mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-18 17:38:23 +00:00
fix: ensure glance tabs are always displayed in ZenWorkspaces
This commit is contained in:
@@ -1733,6 +1733,10 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
const tabWorkspaceId = tab.getAttribute('zen-workspace-id');
|
||||
const tabContextId = tab.getAttribute('usercontextid');
|
||||
|
||||
if (tab.hasAttribute('zen-glance-tab')) {
|
||||
return true; // Always show glance tabs
|
||||
}
|
||||
|
||||
// Handle essential tabs
|
||||
if (isEssential) {
|
||||
if (!this.containerSpecificEssentials) {
|
||||
|
||||
Reference in New Issue
Block a user