Closed hizzgdev closed 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...>
custom_node_render
<jmnode...>
Fix https://github.com/hizzgdev/jsmind/issues/566 .
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 .