提交 dccdd587 编写于 作者: J Johannes Rieken

check on activeActions, fixes #8995

上级 16926be3
......@@ -105,7 +105,7 @@ class Menu implements IMenu {
activeActions.push(action);
}
}
if (actions.length > 0) {
if (activeActions.length > 0) {
result.push([id, activeActions]);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册