Revert "fix: panel items being grabbed by keyboard seat"

This reverts commit a58ab46f4a.
This commit is contained in:
Schmarni
2025-05-04 12:52:30 +02:00
parent 1456a78a10
commit c2d4ef4087

View File

@@ -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<f32>) {