mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 20:01:52 +00:00
feat: Fixed folders on new windows not expanding at startup, b=no-bug, c=common, folders, tabs, workspaces
This commit is contained in:
@@ -1248,7 +1248,7 @@ class nsZenWorkspaces {
|
||||
if (this.privateWindowOrDisabled) {
|
||||
return;
|
||||
}
|
||||
const workspacesData = this.getWorkspaces();
|
||||
const workspacesData = this._workspaceCache;
|
||||
const index = workspacesData.findIndex((ws) => ws.uuid === workspaceData.uuid);
|
||||
if (index !== -1) {
|
||||
workspacesData[index] = workspaceData;
|
||||
|
||||
Reference in New Issue
Block a user