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 b03dce8d9d..9a882e9731 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -739,7 +739,7 @@ const handleMouseDownOnPoint = (point, e) => { // 获取画布位移信息 const editorRectInfo = editorMap.value[canvasId.value]?.getBoundingClientRect() if (!editorRectInfo) { - reutrn + return } // 获取 point 与实际拖动基准点的差值 const pointRect = e.target.getBoundingClientRect()