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
1 changed files with 0 additions and 1 deletions
|
@ -11708,7 +11708,6 @@ impl ViewInputHandler for Editor {
|
||||||
cx: &mut ViewContext<Self>,
|
cx: &mut ViewContext<Self>,
|
||||||
) {
|
) {
|
||||||
if !self.input_enabled {
|
if !self.input_enabled {
|
||||||
cx.emit(EditorEvent::InputIgnored { text: text.into() });
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue