style: 去除多余入参代码
This commit is contained in:
parent
fc26544a85
commit
11b5eee86a
@ -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