crates/gpui/src/elements/div.rs 🔗
@@ -1949,9 +1949,9 @@ impl Interactivity {
scroll_offset.y += delta_y;
}
+ cx.stop_propagation();
if *scroll_offset != old_scroll_offset {
cx.refresh();
- cx.stop_propagation();
}
}
});