Return when mousebind is triggered

This commit is contained in:
Ottatop 2024-01-22 21:49:20 -06:00
parent 90f2013649
commit 7012b86a2d

View file

@ -313,6 +313,7 @@ impl State {
.get(&(mod_mask, button, mouse_edge)) .get(&(mod_mask, button, mouse_edge))
{ {
let _ = stream.send(Ok(SetMousebindResponse {})); let _ = stream.send(Ok(SetMousebindResponse {}));
return;
} }
// If the button was clicked, focus on the window below if exists, else // If the button was clicked, focus on the window below if exists, else