We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ef5d9 commit 3eaf529Copy full SHA for 3eaf529
1 file changed
web/mainmenu.js
@@ -45,7 +45,7 @@ class MainMenu {
45
for (let child of this._Menu.getRootItem().getChildren()) {
46
child.setExpanded(true);
47
48
- for (let childOfChild of child) {
+ for (let childOfChild of child.getChildren()) {
49
childOfChild.setExpanded(true);
50
}
51
0 commit comments