mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
Fix:修复node_dragging事件回参里没有node实例的问题
This commit is contained in:
@@ -112,7 +112,7 @@ class Drag extends Base {
|
||||
) {
|
||||
return
|
||||
}
|
||||
this.mindMap.emit('node_dragging')
|
||||
this.mindMap.emit('node_dragging', this.mousedownNode)
|
||||
this.handleStartMove()
|
||||
this.onMove(x, y, e)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user