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
No known key found for this signature in database
GPG key ID: 419302196C23B258
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);
}