input: Stop propagation on scroll wheel. (#1406)

Close #1397
This commit is contained in:
Jason Lee 2025-10-21 18:50:50 +08:00 committed by GitHub
parent 28956cc2e9
commit 1af28c49bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1444,6 +1444,8 @@ impl InputState {
window: &mut Window, window: &mut Window,
cx: &mut Context<Self>, cx: &mut Context<Self>,
) { ) {
cx.stop_propagation();
let line_height = self let line_height = self
.last_layout .last_layout
.as_ref() .as_ref()