mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-16 15:11:25 +00:00
Remove inconsistency with how GPUI used to handle these events
This commit is contained in:
parent
d88fc27b79
commit
53b1948c44
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue