switch to setting var instead of using function

This commit is contained in:
ckoegel 2023-06-07 16:21:36 -04:00
parent c5af081fc6
commit 9b8e473b37

View File

@ -58,7 +58,7 @@ export class GroupModel implements IMenuItem {
// groups are active but not expanded by default
if (this.type === 'group') {
this.activate();
this.active = true;
}
}