mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-05 12:57:51 +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