Fix current view tags status
This commit is contained in:
@ -718,7 +718,10 @@ fn commitTransaction(root: *Root) void {
|
||||
|
||||
{
|
||||
var it = server.input_manager.seats.first;
|
||||
while (it) |node| : (it = node.next) node.data.cursor.updateState();
|
||||
while (it) |node| : (it = node.next) {
|
||||
node.data.cursor.updateState();
|
||||
node.data.sendFocusedView();
|
||||
}
|
||||
}
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user