From 0a005b9864f8ed310402510455e91432ed6796e2 Mon Sep 17 00:00:00 2001 From: Schmarni Date: Sun, 4 May 2025 12:52:30 +0200 Subject: [PATCH] Revert "fix: panel items being grabbed by keyboard seat" This reverts commit a58ab46f4a2606530ffbf3d2ba35cc09204bc229. --- src/wayland/seat.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/seat.rs b/src/wayland/seat.rs index 53fcba8..b525f33 100644 --- a/src/wayland/seat.rs +++ b/src/wayland/seat.rs @@ -240,7 +240,6 @@ impl SeatWrapper { 0, |_, _, _| FilterResult::Forward::<()>, ); - keyboard.set_focus(&mut state.lock(), None, SERIAL_COUNTER.next_serial()); } pub fn touch_down(&self, surface: WlSurface, id: u32, position: Vector2) {