diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index b87b226567..732784d4ff 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -737,7 +737,7 @@ const handleMouseDownOnPoint = (point, e) => { // 获取画布位移信息 const editorRectInfo = editorMap.value[canvasId.value]?.getBoundingClientRect() if (!editorRectInfo) { - reutrn + return } // 获取 point 与实际拖动基准点的差值 const pointRect = e.target.getBoundingClientRect()