mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 08:02:22 +03:00
Wait for composition to end before sending InputIgnored (#12871)
Release Notes: - vim: Fixed `f`/`t` etc. for keys that require IME (#12522)
This commit is contained in:
parent
4e98c23463
commit
44a58647e4
@ -11708,7 +11708,6 @@ impl ViewInputHandler for Editor {
|
||||
cx: &mut ViewContext<Self>,
|
||||
) {
|
||||
if !self.input_enabled {
|
||||
cx.emit(EditorEvent::InputIgnored { text: text.into() });
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user