fix: 修改右键类型操作

This commit is contained in:
奔跑的面条
2022-08-14 00:20:21 +08:00
parent 77ef4c05b9
commit 2928eaa4ae
3 changed files with 4 additions and 17 deletions
+1 -14
View File
@@ -1,17 +1,4 @@
// 右键枚举
export enum MenuEnum {
DELETE = 'delete',
COPY = 'copy',
CUT = 'cut',
PARSE = 'parse',
TOP = 'top',
BOTTOM = 'bottom',
UP = 'up',
DOWN = 'down',
CLEAR = 'clear',
GROUP = 'group',
UN_GROUP = 'unGroup'
}
import { MenuEnum } from '@/enums/editPageEnum'
export interface MenuOptionsItemType {
type?: string