Cancel Drop event
Opened this issue · 2 comments
Ji-yeonPark commented
Hi there.
I wanna cancel drop event when node is move to parent side.
Are there any function like stop or cancel the drop event?
Thanks a lot!
Fuzzyma commented
There is a beforeDrop event in the code which is cancelable and emited to the root. However, it is not doumented how to use it