mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 01:46:35 +00:00
Refactor ZenPinnedTabsStorage initialization and improve workspace handling
This commit is contained in:
@@ -71,9 +71,6 @@
|
||||
}
|
||||
|
||||
async _refreshPinnedTabs(currentWorkspace,{ init = false } = {}) {
|
||||
if(init) {
|
||||
await ZenPinnedTabsStorage.init();
|
||||
}
|
||||
await this._initializePinsCache();
|
||||
await this._initializePinnedTabs(init,currentWorkspace);
|
||||
}
|
||||
|
Reference in New Issue
Block a user