1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 04:25:31 +02:00

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
commit 657cb4c4cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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() {