fix: don't capture all mouse events

- this fixed find panel buttons
- similar fix for cosmic-edit of:
  -
    6ea24b8518
This commit is contained in:
KENZ 2026-04-16 01:03:19 +09:00
parent 95271e183d
commit e37f73dcbb

View file

@ -1360,8 +1360,6 @@ where
} else {
shell.capture_event();
}
} else {
shell.capture_event();
}
}
Event::Mouse(MouseEvent::ButtonReleased(_button)) => {