Fix:修复拖动关联线端点移动时会选中节点文字的问题

This commit is contained in:
街角小林 2024-06-27 16:50:25 +08:00
parent 80f45e5e7d
commit 4d1608e8c4

View File

@ -38,6 +38,7 @@ function createOneControlNode(pointKey) {
// 控制点的鼠标按下事件
function onControlPointMousedown(e, pointKey) {
e.stopPropagation()
e.preventDefault()
this.isControlPointMousedown = true
this.mousedownControlPointKey = pointKey
}