Handle _selected_range sent to NSTextInputClient.setMarkedText(). (#3619)

Co-authored-by: Mads Marquart <mads@marquart.dk>
This commit is contained in:
ShikiSuen 2024-05-31 14:54:20 +08:00 committed by GitHub
parent 5d8091fc7f
commit 2d1382f7d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 9 deletions

View file

@ -56,3 +56,4 @@ changelog entry.
- On macOS, fix panic on exit when dropping windows outside the event loop.
- On macOS, fix window dragging glitches when dragging across a monitor boundary with different scale factor.
- On macOS, fix the range in `Ime::Preedit`.