ime positioning

This commit is contained in:
2025-11-17 22:49:02 -05:00
parent 41c0b63867
commit 3ef75c3bc7
3 changed files with 19 additions and 10 deletions
+1
View File
@@ -130,6 +130,7 @@ impl Client {
match text.apply_event(&event, &self.input.modifiers) {
TextInputResult::Unfocus => {
self.focus = None;
self.handle.window.set_ime_allowed(false);
}
TextInputResult::Submit => {
self.run_event(sel, Submit, ());