fix: Fixed compact mode animation not resolving on double toolbar, b=no-bug, c=compact-mode

This commit is contained in:
Mr. M
2025-10-08 14:50:26 +02:00
parent faa820e992
commit cc502f6c95

View File

@@ -443,6 +443,7 @@ var gZenCompactModeManager = {
} else {
this.sidebar.removeAttribute('animate'); // remove the attribute if we are not animating
document.documentElement.removeAttribute('zen-compact-animating');
resolve();
}
});
});