seat: start transaction on focus-output
This fixes a delay due to the missing startTransaction() call causing unapplied pending state.
This commit is contained in:
parent
d783347476
commit
2b77be8c87
@ -50,4 +50,5 @@ pub fn focusOutput(
|
||||
});
|
||||
|
||||
seat.focus(null);
|
||||
root.startTransaction();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user