opt: wrong position of fcitx5 popup in wayland mode electron app when first input

This commit is contained in:
DreamMaoMao 2025-09-29 15:06:47 +08:00
parent dcc5db1908
commit a58b8adefe
2 changed files with 6 additions and 2 deletions

View file

@ -488,6 +488,7 @@ static void handle_text_input_enable(struct wl_listener *listener, void *data) {
update_popups_position(relay);
send_state_to_input_method(relay);
}
wlr_text_input_v3_send_done(text_input->input);
}
static void handle_text_input_disable(struct wl_listener *listener,