mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
fix: Fixed unpining split view group still marking a tab as changed, b=(no-bug), c=folders
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user