fix: panel items being grabbed by keyboard seat

This commit is contained in:
Nova
2025-04-27 11:58:53 -07:00
parent 00712a5106
commit a58ab46f4a

View File

@@ -240,6 +240,7 @@ impl SeatWrapper {
0, 0,
|_, _, _| FilterResult::Forward::<()>, |_, _, _| 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>) { pub fn touch_down(&self, surface: WlSurface, id: u32, position: Vector2<f32>) {