Merge pull request #5474 from kristijanribaric/add-tab-rename-persistance

Fix: Update pinned tab title in storage on rename
This commit is contained in:
mr. m
2025-02-17 19:16:41 +01:00
committed by GitHub
4 changed files with 113 additions and 9 deletions

View File

@@ -154,7 +154,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
get tabboxChildren() {
return this.activeWorkspaceStrip.children;
return this.activeWorkspaceStrip?.children || [];
}
get pinnedTabsContainer() {