Merge branch 'dev' into master-fetch

This commit is contained in:
奔跑的面条 2022-05-22 23:27:39 +08:00
commit 88c9850c44

View File

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