quickshell: reset auto-close timer on mouse movement in dropdown
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0f2324fd20
commit
a76b6e8f26
1 changed files with 1 additions and 0 deletions
|
|
@ -980,6 +980,7 @@ in
|
|||
propagateComposedEvents: true
|
||||
onEntered: _autoClose.stop()
|
||||
onExited: _autoClose.restart()
|
||||
onPositionChanged: _autoClose.restart()
|
||||
onClicked: (mouse) => mouse.accepted = false
|
||||
onPressed: (mouse) => mouse.accepted = false
|
||||
onReleased: (mouse) => mouse.accepted = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue