mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Fix:修复拖动关联线端点移动时会选中节点文字的问题
This commit is contained in:
parent
80f45e5e7d
commit
4d1608e8c4
@ -38,6 +38,7 @@ function createOneControlNode(pointKey) {
|
||||
// 控制点的鼠标按下事件
|
||||
function onControlPointMousedown(e, pointKey) {
|
||||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
this.isControlPointMousedown = true
|
||||
this.mousedownControlPointKey = pointKey
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user