Skip to content

Commit 9132019

Browse files
committed
fix: Fixed unpining split view group still marking a tab as changed, b=(no-bug), c=folders
1 parent d2c6c8b commit 9132019

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)