diff --git a/src/window_handle.rs b/src/window_handle.rs index 6a8a76cc..a83cdc51 100644 --- a/src/window_handle.rs +++ b/src/window_handle.rs @@ -771,10 +771,6 @@ impl WindowHandle { if self.needs_layout() { paint = true; self.layout(); - self.event(Event::PointerMove(PointerMoveEvent { - pos: self.cursor_position, - modifiers: self.modifiers, - })); } if self.app_state.request_compute_layout {