fix: Fixed unpining split view group still marking a tab as changed, b=(no-bug), c=folders

This commit is contained in:
mr. m
2025-05-22 20:08:56 +02:00
parent d2c6c8b734
commit 9132019cb3

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;
}