Fix window drop on Wayland

In some scenarious of window dropping the callback for keyboard
may run after the window was dropped.
This commit is contained in:
Kirill Chibisov 2023-02-02 14:42:34 +03:00 committed by GitHub
parent 1eb1a13a77
commit 7029ce6ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 8 deletions

View file

@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On Wayland, fix crash when dropping a window in multi-window setup.
# 0.28.0
- On macOS, fixed `Ime::Commit` persisting for all input after interacting with `Ime`.