style: 去除多余入参代码

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

View File

@ -94,7 +94,7 @@ const canvasPositionList = computed(() => {
// *
watch(
() => chartEditStore.getMousePosition,
throttle((e: MouseEvent) => {
throttle(() => {
if (!isComputedLine.value) return
//