mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed opening new links in collapsed folders, b=closes #10022, c=folders
This commit is contained in:
@@ -291,7 +291,7 @@
|
||||
if (!folder.activeTabs.length) {
|
||||
folder.removeAttribute('has-active');
|
||||
}
|
||||
this.collapseVisibleTab(folder);
|
||||
this.collapseVisibleTab(folder, true);
|
||||
this.updateFolderIcon(folder, 'close', false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user