mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-20 11:50:43 +00:00
fix: Fixed switching workspaces on containerized essentials, b=(no-bug), c=workspaces
This commit is contained in:
@@ -1946,7 +1946,8 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
nextWorkspaceContextId !== workspaceContextId &&
|
||||
offsetPixels &&
|
||||
this.containerSpecificEssentials &&
|
||||
container.getAttribute('container') == nextWorkspaceContextId
|
||||
(container.getAttribute('container') == nextWorkspaceContextId ||
|
||||
container.getAttribute('container') == workspaceContextId)
|
||||
) {
|
||||
container.removeAttribute('hidden');
|
||||
// Animate from the currently selected workspace
|
||||
|
||||
Reference in New Issue
Block a user