Remove inconsistency with how GPUI used to handle these events

Mikayla created

Change summary

crates/gpui2/src/window.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/gpui2/src/window.rs 🔗

@@ -1359,7 +1359,6 @@ impl<'a> WindowContext<'a> {
             }
             InputEvent::MouseExited(mouse_exited) => {
                 // todo!("Should we record that the mouse is outside of the window somehow? Or are these global pixels?")
-                self.window.mouse_position = mouse_exited.position;
                 self.window.modifiers = mouse_exited.modifiers;
 
                 InputEvent::MouseExited(mouse_exited)