holiber / sl-vue-tree

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

Inserting nodes to dropping position #39

Closed shibukk closed 5 years ago

shibukk commented 5 years ago

Hi.

When externaldrop event happens, I want to insert targeted nodes to dropping position. It seems that onNodeMouseupHandler can be used for the same purposes, I carved out its logic.

We also added examples of use in the demo, Please have a look at them.