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 6a63db146c..e70338b219 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -597,6 +597,7 @@ const handleMouseDownOnShape = e => { ? document.getElementById('shape-id-' + canvasId.value.split('--')[0]) : null const curDom = document.getElementById(domId.value) + // 添加节流变量 let rafId = null let lastTime = 0