Merge branch 'firefox-139' of https://github.com/zen-browser/desktop into firefox-139

This commit is contained in:
Mr. M 2025-05-23 21:01:48 +02:00
commit d6e14ca88c
No known key found for this signature in database
GPG key ID: 6292C4C8F8652B18

View file

@ -81,6 +81,7 @@
if (group.hasAttribute('split-view-group') && !this._piningFolder) { if (group.hasAttribute('split-view-group') && !this._piningFolder) {
this._piningFolder = true; this._piningFolder = true;
for (const otherTab of group.tabs) { for (const otherTab of group.tabs) {
gZenPinnedTabManager.resetPinChangedUrl(otherTab);
if (tab === otherTab) { if (tab === otherTab) {
continue; continue;
} }