mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
Merge branch 'dev' into master-fetch
This commit is contained in:
commit
88c9850c44
@ -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
|
||||||
// 获取目标组件数据
|
// 获取目标组件数据
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user