fix: Fixed some issues before release, b=(no-bug), c=common, compact-mode, workspaces

This commit is contained in:
Mr. M
2025-05-02 23:39:14 +02:00
parent 8a72d253aa
commit d800c20905
6 changed files with 74 additions and 43 deletions

View File

@@ -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')
);
}