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 myrslint
parent 54263175b1
commit c097d67d34

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();
}
}