crates/gpui/src/platform/linux/x11/client.rs 🔗
@@ -986,7 +986,6 @@ impl X11Client {
}));
}
- window.handle_ime_commit(text);
Some(())
}
aohanhongzhi created
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:

crates/gpui/src/platform/linux/x11/client.rs | 1 -
1 file changed, 1 deletion(-)
@@ -986,7 +986,6 @@ impl X11Client {
}));
}
- window.handle_ime_commit(text);
Some(())
}