feat: 新增多选的右键处理

This commit is contained in:
奔跑的面条
2022-08-09 19:50:03 +08:00
parent fbc689b235
commit 5cadcc8259
3 changed files with 16 additions and 11 deletions
+2
View File
@@ -9,6 +9,8 @@ export enum MenuEnum {
UP = 'up',
DOWN = 'down',
CLEAR = 'clear',
GROUP = 'group',
UN_GROUP = 'unGroup'
}
export interface MenuOptionsItemType {