提交 31bd6922 编写于 作者: B Benjamin Pasero

fix #41918

上级 81d6f2b1
......@@ -169,7 +169,7 @@ export function prepareActions(actions: IAction[]): IAction[] {
for (let l = 0; l < actions.length; l++) {
const a = <any>actions[l];
if (types.isUndefinedOrNull(a.order)) {
a.order = lastOrder++;
a.order = ++lastOrder;
orderOffset++;
} else {
a.order += orderOffset;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册