onNodeDrop doesn't cover onDropPoint #2510
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
[X] bug report
While onNodeDrop provides a way to execute code when you drop a Node on a Node, it does not trigger when you drop a Node between Nodes.
In other words, at the end of onDropNode an event is emitted, at the end of onDropPoint not.
I suppose this would have to be a separate Event/property named onDropPoint?
That would make this Bug report a Feature request... but actuality a small, non breaking one
The text was updated successfully, but these errors were encountered: