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 -1
View File
@@ -9,7 +9,7 @@ export enum DragKeyEnum {
DROG_KEY = 'ChartData'
}
// 右键枚举
// 操作枚举
export enum MenuEnum {
ARROW_UP = 'up',
ARROW_RIGHT = 'right',