You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Question: am I able to apply some classes or data to an element to allow dragging into the tree from an outside source?
I can add elements via selecting a node then then splice/push on the data array, but not having any luck reading the drop event as it's probably set to cancel default and stop propagation?
Maybe expose a drop event with the index of the node dropped onto?
The text was updated successfully, but these errors were encountered:
I exposed externaldrop event. I need to test it more before release a new version but you can try out demo/externalaldrag.html example from the master branch.
SamuelIrungu
pushed a commit
to SamuelIrungu/vue-tree-panel
that referenced
this issue
Jul 25, 2018
Question: am I able to apply some classes or data to an element to allow dragging into the tree from an outside source?
I can add elements via selecting a node then then splice/push on the data array, but not having any luck reading the drop event as it's probably set to cancel default and stop propagation?
Maybe expose a drop event with the index of the node dropped onto?
The text was updated successfully, but these errors were encountered: