input/seatop_down: Update decorations for touchscreen inputs

fixes #8675
This commit is contained in:
Furkan Sahin 2025-04-25 11:50:34 -04:00 committed by Simon Ser
parent 4ab411cab0
commit 6021f4d83f

View file

@ -100,6 +100,7 @@ static void handle_touch_down(struct sway_seat *seat,
if (focused_node) {
seat_set_focus(seat, focused_node);
transaction_commit_dirty();
}
}