summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-12-31 05:06:15 +0000
committerGitHub <noreply@github.com>2020-12-31 05:06:15 +0000
commit0790605adfba6231db82c74070a2530ab862fbfa (patch)
treeaba8f5757a7b54d9b87db7cd7235c9d65a172822 /CHANGELOG.md
parent65f6e22bb428e1abc132dd43a41ebbede83f6bb8 (diff)
Fix characters getting swallowed during IME input
This reverts 1d00883 since it is not necessary anymore after all search bindings are now proper key bindings. This fixes a bug which would cause the first character to be swallowed when using IME after triggering any key binding which doesn't send any `ReceivedCharacter` event. Fixes #4588.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c05d2a31..f367308f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Missing glyph symbols not being rendered for missing glyphs on macOS and Windows
- Underline cursor being obscured by underline
- Cursor not being rendered with a lot of unicode glyphs visible
+- IME input swallowed after triggering a key binding
### Removed