holiber / sl-vue-tree

Customizable draggable tree component for Vue.js
MIT License
344 stars 79 forks source link

Cancel Drop event #60

Open Ji-yeonPark opened 5 years ago

Ji-yeonPark commented 5 years ago

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!

holiber commented 5 years ago

Try this solution #12

Fuzzyma commented 4 years ago

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