mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(dock): stop showTimer on peek area exit to prevent stuck visible state
This commit is contained in:
@@ -312,6 +312,7 @@ Loader {
|
||||
|
||||
onExited: {
|
||||
peekHovered = false;
|
||||
showTimer.stop();
|
||||
if (!hidden && !dockHovered && !anyAppHovered && !menuHovered) {
|
||||
hideTimer.restart();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user