提交 05062261 编写于 作者: A Alex Dima

Fixes #3538: Order of "Cut, Copy, Paste" in editor context menu is wrong

上级 12447be6
......@@ -66,7 +66,7 @@ class ExecCommandCutAction extends ClipboardWritingAction {
}
public getGroupId(): string {
return '3_edit/2_cut';
return '3_edit/1_cut';
}
public getEnablementState(): boolean {
......@@ -87,7 +87,7 @@ class ExecCommandCopyAction extends ClipboardWritingAction {
}
public getGroupId(): string {
return '3_edit/1_copy';
return '3_edit/2_copy';
}
public run(): TPromise<boolean> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册