mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Unconstrain InputMethod's PopupSurface
Make IME popup to be visible inside the parent and not obscure the text input rectangle region. Fixes https://github.com/YaLTeR/niri/issues/221
This commit is contained in:
committed by
Ivan Molodetskikh
parent
c2d03d82ce
commit
279659ac90
+1
-1
@@ -768,7 +768,7 @@ impl State {
|
||||
);
|
||||
|
||||
grab.grab.ungrab(PopupUngrabStrategy::All);
|
||||
keyboard.unset_grab();
|
||||
keyboard.unset_grab(self);
|
||||
self.niri.seat.get_pointer().unwrap().unset_grab(
|
||||
self,
|
||||
SERIAL_COUNTER.next_serial(),
|
||||
|
||||
Reference in New Issue
Block a user