mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-21 14:55:37 +00:00
fix: Fixed compact mode animation not resolving on double toolbar, b=no-bug, c=compact-mode
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user