diff options
Diffstat (limited to 'src/niri.rs')
| -rw-r--r-- | src/niri.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/niri.rs b/src/niri.rs index 43a582b6..54a3dd58 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -1712,6 +1712,9 @@ impl State { SERIAL_COUNTER.next_serial(), get_monotonic_time().as_millis() as u32, ); + if let Some(touch) = self.niri.seat.get_touch() { + touch.unset_grab(self); + } self.backend.with_primary_renderer(|renderer| { self.niri |
