Merge branch 'dev' into firefox-139

This commit is contained in:
mr. m 2025-05-23 19:39:42 +02:00 committed by GitHub
commit 89d7b29b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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