Fix:修复拖动关联线端点移动时会选中节点文字的问题
This commit is contained in:
parent
80f45e5e7d
commit
4d1608e8c4
@ -38,6 +38,7 @@ function createOneControlNode(pointKey) {
|
|||||||
// 控制点的鼠标按下事件
|
// 控制点的鼠标按下事件
|
||||||
function onControlPointMousedown(e, pointKey) {
|
function onControlPointMousedown(e, pointKey) {
|
||||||
e.stopPropagation()
|
e.stopPropagation()
|
||||||
|
e.preventDefault()
|
||||||
this.isControlPointMousedown = true
|
this.isControlPointMousedown = true
|
||||||
this.mousedownControlPointKey = pointKey
|
this.mousedownControlPointKey = pointKey
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user