Merge branch 'dev' into master-fetch
This commit is contained in:
commit
ff7c820b1f
@ -94,7 +94,7 @@ const canvasPositionList = computed(() => {
|
||||
// * 监听鼠标移动
|
||||
watch(
|
||||
() => chartEditStore.getMousePosition,
|
||||
throttle((e: MouseEvent) => {
|
||||
throttle(() => {
|
||||
if (!isComputedLine.value) return
|
||||
// 获取目标组件数据
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user