mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
input/seatop_down: Update decorations for touchscreen inputs
fixes #8675
This commit is contained in:
parent
4ab411cab0
commit
6021f4d83f
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ static void handle_touch_down(struct sway_seat *seat,
|
||||||
|
|
||||||
if (focused_node) {
|
if (focused_node) {
|
||||||
seat_set_focus(seat, focused_node);
|
seat_set_focus(seat, focused_node);
|
||||||
|
transaction_commit_dirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue