style: 去除多余入参代码

This commit is contained in:
奔跑的面条
2022-05-22 22:43:06 +08:00
parent 64992c59b7
commit dde5ae796e
@@ -94,7 +94,7 @@ const canvasPositionList = computed(() => {
// * 监听鼠标移动
watch(
() => chartEditStore.getMousePosition,
throttle((e: MouseEvent) => {
throttle(() => {
if (!isComputedLine.value) return
// 获取目标组件数据