fix: 修改拖拽的问题

This commit is contained in:
奔跑的面条
2022-04-11 18:17:09 +08:00
parent 100ec84d57
commit e9c263728b
6 changed files with 33 additions and 23 deletions
@@ -43,6 +43,8 @@ export const useChartEditStore = defineStore({
userScale: 1,
// 锁定缩放
lockScale: false,
// 初始化
isCreate: false,
// 拖拽中
isDrag: false
},