We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c6b72 commit d156d53Copy full SHA for d156d53
src/browser/base/zen-components/ZenWorkspaces.mjs
@@ -1733,6 +1733,10 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
1733
const tabWorkspaceId = tab.getAttribute('zen-workspace-id');
1734
const tabContextId = tab.getAttribute('usercontextid');
1735
1736
+ if (tab.hasAttribute('zen-glance-tab')) {
1737
+ return true; // Always show glance tabs
1738
+ }
1739
+
1740
// Handle essential tabs
1741
if (isEssential) {
1742
if (!this.containerSpecificEssentials) {
0 commit comments