-
-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
beforeAdd({ to, from }) {
// from is null when we're not dragging from the current node tree
console.log('beforeAdd', to, from);
}
Here, from
returns undefined
and to
returns the node object that's currently being dragged. But in the method, there's no way to get the information of the destination node to which the currently dragged node is going to be attached. Kindly help in understanding if there's a way to achieve the same.
ranjith19, com123mrityunjay and sandeepsethu
Metadata
Metadata
Assignees
Labels
No labels