On macOS, fix Ime::Commit persisting

This commit clears the currently marked text on `Ime::Commit`, so
normal `ReceivedCharacter` input can continue.
This commit is contained in:
Kirill Chibisov
2023-02-01 18:08:25 +03:00
committed by GitHub
parent 4e1c46fe9e
commit 3fd73848dd
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- On macOS, fixed `Ime::Commit` persisting for all input after interacting with `Ime`.
- On macOS, added `WindowExtMacOS::option_as_alt` and `WindowExtMacOS::set_option_as_alt`.
- On Windows, fix window size for maximized, undecorated windows.
- On Windows and macOS, add `WindowBuilder::with_active`.