hizzgdev / jsmind

a mind mapping library built by javascript
http://hizzgdev.github.io/jsmind/
Other
3.47k stars 867 forks source link

fix bug that customized node can not be dragged #567

Closed hizzgdev closed 9 months ago

hizzgdev commented 9 months ago

When a node is rendered by custom_node_render, and additional html element is added to the node, the node probably can not be dragged, because the target of the event is not <jmnode...>

Fix https://github.com/hizzgdev/jsmind/issues/566 .