ime positioning
This commit is contained in:
@@ -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, ());
|
||||
|
||||
Reference in New Issue
Block a user