Skip to content

Commit 469604d

Browse files
committed
fix: Fixed change to different workspace for a tab in the context menu not displaying workspaces list at launch, b=closes #9008, c=workspaces
1 parent 3f77bc9 commit 469604d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zen/workspaces/ZenWorkspaces.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ var gZenWorkspaces = new (class extends ZenMultiWindowFeature {
134134
if (!this._hasInitializedTabsStrip) {
135135
await this.delayedStartup();
136136
}
137+
this._initializeWorkspaceTabContextMenus();
137138
await this.initializeWorkspaces();
138139
await this.promiseSectionsInitialized;
139140

140141
// Non UI related initializations
141-
this._initializeWorkspaceTabContextMenus();
142142
if (
143143
Services.prefs.getBoolPref('zen.workspaces.swipe-actions', false) &&
144144
this.workspaceEnabled &&

0 commit comments

Comments
 (0)