react-ui-tree
react-ui-tree copied to clipboard
Fire onMove for nodes that were moved
So that I can make API calls with an updated path for a particular object, I'd like it if if there was a handleMove/onMove hook for when an object is moved. This would be sent a parameter of the object being moved, and ideally include its path.
I'll have a look and see if I can do this.... but obviously other contributions welcome!