mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 解决重叠拖拽放置位置错误的bug
This commit is contained in:
@@ -115,7 +115,7 @@ const selectHandle = (v: number) => {
|
||||
|
||||
// 点击锁处理
|
||||
const lockHandle = () => {
|
||||
chartEditStore.setEditCanvasItem(
|
||||
chartEditStore.setEditCanvas(
|
||||
ChartEditStoreEnum.LOCK_SCALE,
|
||||
!lockScale.value
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user