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
@@ -41,7 +41,6 @@ impl ApplicationHandler<ClientEvent> for App {
let window = event_loop
.create_window(Window::default_attributes())
.unwrap();
window.set_ime_allowed(true);
let client = Client::new(AppHandle {
proxy: self.proxy.clone(),
window: window.into(),