mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2025-01-18 22:26:12 +01:00
Return when mousebind is triggered
This commit is contained in:
parent
90f2013649
commit
7012b86a2d
1 changed files with 1 additions and 0 deletions
|
@ -313,6 +313,7 @@ impl State {
|
|||
.get(&(mod_mask, button, mouse_edge))
|
||||
{
|
||||
let _ = stream.send(Ok(SetMousebindResponse {}));
|
||||
return;
|
||||
}
|
||||
|
||||
// If the button was clicked, focus on the window below if exists, else
|
||||
|
|
Loading…
Reference in a new issue