fix(core): dispatch click if drag move was attempted (#1534)
* fix(core): dispatch click if drag move was attempted * chore(core): cleanup
This commit is contained in:
@@ -130,7 +130,7 @@ const NodeWrapper = defineComponent({
|
||||
emit.dragStop(event)
|
||||
},
|
||||
onClick(event) {
|
||||
emit.click({ node, event })
|
||||
onSelectNode(event)
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user