mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-21 17:21:58 +03:00
switch to setting var instead of using function
This commit is contained in:
parent
c5af081fc6
commit
9b8e473b37
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user