mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-26 12:27:50 +00:00
Fixed compact mode sidebar not closing when opening an extension dialog pinned to the sidebar
This commit is contained in:
@@ -629,7 +629,12 @@
|
||||
setTimeout(() => {
|
||||
this._animatingBackground = false;
|
||||
appWrapper.removeAttribute('animating');
|
||||
appWrapper.setAttribute('post-animating', 'true');
|
||||
browser.document.documentElement.style.removeProperty('--zen-main-browser-background-old');
|
||||
setTimeout(() => {
|
||||
// Reactivate the transition after the animation
|
||||
appWrapper.removeAttribute('post-animating');
|
||||
});
|
||||
}, 700);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user