Browse Source

Merge branch 'dev' into master-fetch

奔跑的面条 3 years ago
parent
commit
ff7c820b1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/chart/ContentEdit/components/EditAlignLine/index.vue

+ 1 - 1
src/views/chart/ContentEdit/components/EditAlignLine/index.vue

@@ -94,7 +94,7 @@ const canvasPositionList = computed(() => {
 // * 监听鼠标移动
 // * 监听鼠标移动
 watch(
 watch(
   () => chartEditStore.getMousePosition,
   () => chartEditStore.getMousePosition,
-  throttle((e: MouseEvent) => {
+  throttle(() => {
     if (!isComputedLine.value) return
     if (!isComputedLine.value) return
     // 获取目标组件数据
     // 获取目标组件数据