Fix text appearing twice after Chinese character input (#14558)
Release Notes: - Fixed the issue where text appears twice in the editor after Chinese Character input.([linux: Fix IME on fcitx](https://github.com/zed-industries/zed/pull/14508)). Before:  After Fixed: 
This commit is contained in:
parent
09459fa3a4
commit
be1387fee6
1 changed files with 0 additions and 1 deletions
|
@ -1001,7 +1001,6 @@ impl X11Client {
|
|||
}));
|
||||
}
|
||||
|
||||
window.handle_ime_commit(text);
|
||||
Some(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue