mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-11 00:32:36 +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
|
// groups are active but not expanded by default
|
||||||
if (this.type === 'group') {
|
if (this.type === 'group') {
|
||||||
this.activate();
|
this.active = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user