Fixed workspaces not showing previous tabs

This commit is contained in:
mr. m
2025-02-24 07:49:53 +01:00
parent 12891ab238
commit 7468f6304c
2 changed files with 9 additions and 1 deletions

View File

@@ -131,7 +131,6 @@
async _refreshPinnedTabs({ init = false } = {}) {
await ZenWorkspaces.promiseSectionsInitialized;
console.log('Refreshing pinned tabs');
await this._initializePinsCache();
await this._initializePinnedTabs(init);
}