vue-jstree
vue-jstree copied to clipboard
Prevent Drop
More of a question: is there a way to prevent a drop. like return false in itemDropBefore() or something similar. could not get it to work. thanks
@zdy1988 is this possible yet? It would be good to prevent items from being dragged into files to prevent files from having children.
handled mine with return draggingNode.data.label !== dropNode.data.label
handled mine with
return draggingNode.data.label !== dropNode.data.label
Where did you put this code? itemDropBefore ?
I don't remember but I think it may have been that.