mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
No need to update the pre-edit text
This commit is contained in:
@@ -1185,7 +1185,6 @@ is_ascii_control_char(char x) {
|
||||
}
|
||||
if (([self hasMarkedText] || previous_has_marked_text) && !_glfw.ns.text[0]) {
|
||||
// do not pass keys like BACKSPACE while there's pre-edit text, let IME handle it
|
||||
UPDATE_PRE_EDIT_TEXT;
|
||||
debug_key("Ignoring key press as IME is active and it generated no text\n");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user