diff --git a/src/window_handle.rs b/src/window_handle.rs index f50542e7..a83cdc51 100644 --- a/src/window_handle.rs +++ b/src/window_handle.rs @@ -602,12 +602,6 @@ impl WindowHandle { self.compute_layout(); - // Mouse move with current pos, just to update which views are hovered - self.event(Event::PointerMove(PointerMoveEvent { - pos: self.cursor_position, - modifiers: self.modifiers, - })); - taffy_duration }