We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c6c8b commit 9132019Copy full SHA for 9132019
src/zen/folders/ZenFolders.mjs
@@ -81,6 +81,7 @@
81
if (group.hasAttribute('split-view-group') && !this._piningFolder) {
82
this._piningFolder = true;
83
for (const otherTab of group.tabs) {
84
+ gZenPinnedTabManager.resetPinChangedUrl(otherTab);
85
if (tab === otherTab) {
86
continue;
87
}
0 commit comments