fix: Fixed opening new links in collapsed folders, b=closes #10022, c=folders

This commit is contained in:
Mr. M
2025-08-28 13:00:17 +02:00
parent 005cdf53bd
commit e34a053dd0

View File

@@ -291,7 +291,7 @@
if (!folder.activeTabs.length) {
folder.removeAttribute('has-active');
}
this.collapseVisibleTab(folder);
this.collapseVisibleTab(folder, true);
this.updateFolderIcon(folder, 'close', false);
}
}