Skip to content

Commit d156d53

Browse files
committed
fix: ensure glance tabs are always displayed in ZenWorkspaces
1 parent e1c6b72 commit d156d53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/browser/base/zen-components/ZenWorkspaces.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,6 +1733,10 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
17331733
const tabWorkspaceId = tab.getAttribute('zen-workspace-id');
17341734
const tabContextId = tab.getAttribute('usercontextid');
17351735

1736+
if (tab.hasAttribute('zen-glance-tab')) {
1737+
return true; // Always show glance tabs
1738+
}
1739+
17361740
// Handle essential tabs
17371741
if (isEssential) {
17381742
if (!this.containerSpecificEssentials) {

0 commit comments

Comments
 (0)