mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-01 19:45:09 +00:00
fix: Fixed some issues before release, b=(no-bug), c=common, compact-mode, workspaces
This commit is contained in:
@@ -2775,7 +2775,8 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
(tab) =>
|
||||
tab.getAttribute('zen-workspace-id') !== tabWorkspaceId &&
|
||||
!tab.hasAttribute('zen-essential') &&
|
||||
!(this.containerSpecificEssentials && tab.getAttribute('container') !== aTab.getAttribute('container'))
|
||||
!(this.containerSpecificEssentials && tab.getAttribute('container') !== aTab.getAttribute('container')) &&
|
||||
!tab.hasAttribute('zen-empty-tab')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user