mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-22 03:16:40 +00:00
fix: properly collapse folder when unloading all tabs, p=#12399
* fix: properly collapse folder when unloading all tabs * chore: fix implementation in wrong function
This commit is contained in:
@@ -256,6 +256,7 @@ export class nsZenFolder extends MozTabbrowserTabGroup {
|
||||
folderToUnload: this,
|
||||
});
|
||||
this.activeTabs = [];
|
||||
this.collapsed = true;
|
||||
}
|
||||
|
||||
on_click(event) {
|
||||
|
||||
Reference in New Issue
Block a user