fix(dock): fix attached dock retraction when hovered

This commit is contained in:
Lemmy
2026-03-13 13:22:33 -04:00
parent 3c9524a029
commit bd8261646c
+1 -1
View File
@@ -645,7 +645,7 @@ Loader {
restart();
return;
}
if (panel && panel.isDockHovered) {
if (panel && (panel.isDockHovered || panel.dockHovered || panel.anyAppHovered)) {
restart();
return;
}