Handle first click on Zed window (#9553)

Fixes #4336
This commit is contained in:
Daniel Zhu 2024-03-25 10:52:18 -07:00 committed by GitHub
parent 5361a4d72d
commit 569a7234fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 33 additions and 11 deletions

View file

@ -933,6 +933,7 @@ impl Dispatch<wl_pointer::WlPointer, ()> for WaylandClientState {
position: state.mouse_location,
modifiers: state.modifiers,
click_count: state.click_state.current_count,
first_mouse: false,
}),
);
}