aboutsummaryrefslogtreecommitdiff
path: root/src/input/resize_grab.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/resize_grab.rs')
-rw-r--r--src/input/resize_grab.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/resize_grab.rs b/src/input/resize_grab.rs
index 535bae32..5b58c7b0 100644
--- a/src/input/resize_grab.rs
+++ b/src/input/resize_grab.rs
@@ -22,7 +22,6 @@ impl ResizeGrab {
fn on_ungrab(&mut self, state: &mut State) {
state.niri.layout.interactive_resize_end(&self.window);
- state.niri.pointer_grab_ongoing = false;
state
.niri
.cursor_manager