Skip to content

Commit a58ab46

Browse files
committed
fix: panel items being grabbed by keyboard seat
1 parent 00712a5 commit a58ab46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wayland/seat.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ impl SeatWrapper {
240240
0,
241241
|_, _, _| FilterResult::Forward::<()>,
242242
);
243+
keyboard.set_focus(&mut state.lock(), None, SERIAL_COUNTER.next_serial());
243244
}
244245

245246
pub fn touch_down(&self, surface: WlSurface, id: u32, position: Vector2<f32>) {

0 commit comments

Comments
 (0)