style: 去除多余入参代码

This commit is contained in:
奔跑的面条 2022-05-22 22:43:06 +08:00
parent fc26544a85
commit 11b5eee86a

@ -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
// //