AT-1729 ExpandMenuCommand throws exceptions

GitOrigin-RevId: 22782f985c0d9287fa2ceee2c5c00e8bf5765897
This commit is contained in:
Maxim.Kolmakov
2024-11-26 15:19:30 +00:00
committed by intellij-monorepo-bot
parent 72c0839880
commit 87c3c5cc16
@@ -42,7 +42,7 @@ abstract public class ExpandMenuCommand extends AbstractCallbackBasedCommand {
ActionPlaces.isPopupPlace(getPlace()) ? ActionUiKind.POPUP : ActionUiKind.NONE);
groupSpan.end();
return actions;
}).withRoots(mainMenu.getChildren(null)).traverse().size();
}).withRoots(mainMenu).traverse().size();
totalSpan.end();
callback.setDone();
}