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:
Braks
2024-07-15 19:14:01 +02:00
parent d4ccb11a4c
commit 8539731a8a
3 changed files with 14 additions and 9 deletions
@@ -130,7 +130,7 @@ const NodeWrapper = defineComponent({
emit.dragStop(event)
},
onClick(event) {
emit.click({ node, event })
onSelectNode(event)
},
})