mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-08 22:33:22 +00:00
fix: Common fixed before release, b=(no-bug), c=tabs, workspaces
This commit is contained in:
@@ -1942,7 +1942,12 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
} else {
|
||||
container.removeAttribute('hidden');
|
||||
}
|
||||
if (nextWorkspaceContextId !== workspaceContextId && offsetPixels && this.containerSpecificEssentials) {
|
||||
if (
|
||||
nextWorkspaceContextId !== workspaceContextId &&
|
||||
offsetPixels &&
|
||||
this.containerSpecificEssentials &&
|
||||
container.getAttribute('container') == nextWorkspaceContextId
|
||||
) {
|
||||
container.removeAttribute('hidden');
|
||||
// Animate from the currently selected workspace
|
||||
if (container.getAttribute('container') == workspaceContextId) {
|
||||
|
||||
Reference in New Issue
Block a user