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:
Ivaon
2026-02-16 11:29:57 +01:00
committed by GitHub
parent 86a9c17acd
commit 813fc16986

View File

@@ -256,6 +256,7 @@ export class nsZenFolder extends MozTabbrowserTabGroup {
folderToUnload: this,
});
this.activeTabs = [];
this.collapsed = true;
}
on_click(event) {