Skip to content

Commit d6e14ca

Browse files
committed
Merge branch 'firefox-139' of https://github.com/zen-browser/desktop into firefox-139
2 parents ebfc885 + 89d7b29 commit d6e14ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zen/folders/ZenFolders.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
if (group.hasAttribute('split-view-group') && !this._piningFolder) {
8282
this._piningFolder = true;
8383
for (const otherTab of group.tabs) {
84+
gZenPinnedTabManager.resetPinChangedUrl(otherTab);
8485
if (tab === otherTab) {
8586
continue;
8687
}

0 commit comments

Comments
 (0)