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.
2 parents ebfc885 + 89d7b29 commit d6e14caCopy full SHA for d6e14ca
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