mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed startup welcome pinned tabs not having a workspace id, b=no-bug, c=welcome
This commit is contained in:
@@ -285,6 +285,7 @@
|
||||
|
||||
_pinRemainingTabs() {
|
||||
for (const tab of _tabsToPin) {
|
||||
tab.setAttribute('zen-workspace-id', gZenWorkspaces.activeWorkspace);
|
||||
gBrowser.pinTab(tab);
|
||||
}
|
||||
for (const tab of _tabsToPinEssentials) {
|
||||
|
Reference in New Issue
Block a user