quickshell: clear activeDropdown on auto-close timeout
Auto-close timer called animateClose() directly, leaving activeDropdown set — next hover opened a menu without click. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
107445bdf0
commit
635196f1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -939,7 +939,7 @@ in
|
||||||
Timer {
|
Timer {
|
||||||
id: _autoClose
|
id: _autoClose
|
||||||
interval: dropdown.autoCloseMs
|
interval: dropdown.autoCloseMs
|
||||||
onTriggered: dropdown.animateClose()
|
onTriggered: bar.closeAllDropdowns()
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue