Refactor tab selection and new tab handling logic in ZenWorkspaces for improved clarity and maintainability

This commit is contained in:
mr. M
2025-02-22 00:02:12 +01:00
parent 5e256b9beb
commit 8e64623592
3 changed files with 19 additions and 8 deletions

View File

@@ -561,6 +561,7 @@
state.index = 0;
SessionStore.setTabState(tab, state);
this.resetPinChangedUrl(tab);
}
async getFaviconAsBase64(pageUrl) {