From f158b90b25c6ec1be0841cdd756bd2164fefbff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:58:44 +0800 Subject: [PATCH] style: update style (#16688) --- .../src/components/data-visualization/canvas/Shape.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()