Skip to content

Commit

Permalink
Back out "Update which views are hovered after every re-layout (#747)"
Browse files Browse the repository at this point in the history
This backs out commit 0a18dcf.
  • Loading branch information
jrmoulton committed Feb 3, 2025
1 parent 783c256 commit f5d143b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/window_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f5d143b

Please sign in to comment.