This commit is contained in:
mr. m
2025-02-24 07:50:45 +01:00
2 changed files with 18 additions and 1 deletions

View File

@@ -289,8 +289,10 @@
}
}
gBrowser.tabContainer._invalidateCachedTabs();
newTab.initialize();
if (!ZenWorkspaces.essentialShouldShowTab(newTab)) {
gBrowser.hideTab(newTab, undefined, true);
}
}
gBrowser._updateTabBarForPinnedTabs();