Fix:修复node_dragging事件回参里没有node实例的问题
This commit is contained in:
parent
d4fc37fc98
commit
b7cb52b703
@ -112,7 +112,7 @@ class Drag extends Base {
|
|||||||
) {
|
) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.mindMap.emit('node_dragging')
|
this.mindMap.emit('node_dragging', this.mousedownNode)
|
||||||
this.handleStartMove()
|
this.handleStartMove()
|
||||||
this.onMove(x, y, e)
|
this.onMove(x, y, e)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user