Topic: Mif.tree Drag'n Drop cancel ?
I've implemented Drag'n drop JSON on your Mif.tree
on drag complete, I ask for a confirmation before move or copy nodes (using confirm() native js function).
How can I can cancel the current drag'n drop action If the user cancel the operation ?
Regards