fix: 解决重叠拖拽放置位置错误的bug

This commit is contained in:
MTrun
2022-02-16 19:18:39 +08:00
parent 825d21a3a9
commit c107c8c440
11 changed files with 60 additions and 34 deletions
@@ -115,7 +115,7 @@ const selectHandle = (v: number) => {
// 点击锁处理
const lockHandle = () => {
chartEditStore.setEditCanvasItem(
chartEditStore.setEditCanvas(
ChartEditStoreEnum.LOCK_SCALE,
!lockScale.value
)