Open codepeach opened 1 month ago
not yet, but it shouldn't be too difficult to implement. You can simply extend the ‘handleDragStart’ function to store the initial position of the node and then check within the ‘drop’ function to see if the position has changed and implement your desired logic accordingly
Is the currently a way that I can run a function when an item is being dropped in a new position?