diff options
| -rw-r--r-- | src/handlers/xdg_shell.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/handlers/xdg_shell.rs b/src/handlers/xdg_shell.rs index e6167b0a..2c9f5daf 100644 --- a/src/handlers/xdg_shell.rs +++ b/src/handlers/xdg_shell.rs @@ -374,7 +374,6 @@ impl XdgShellHandler for State { } trace!("new grab for root {:?}", root); - keyboard.set_focus(self, grab.current_grab(), serial); keyboard.set_grab(self, PopupKeyboardGrab::new(&grab), serial); pointer.set_grab(self, PopupPointerGrab::new(&grab), serial, Focus::Keep); self.niri.popup_grab = Some(PopupGrabState { root, grab }); |
