vue-draggable-nested-tree
vue-draggable-nested-tree copied to clipboard
disabled prop?
I guess that right now I could disable dragging the tree by setting cross-tree to false, but that's more using a bug than a feature.
I have a tree that - using your component - is used for both reordering the tree and allowing users to edit node-attributes.
To distinguish the two, I would like a setting that turns off drag&drop for the whole tree.
Ideally the prop would also turn off the start-drag effect (right now you can still pick it up, you just can't drop it anywhere).
fixed in 2.1.8
Great. So how do I turn off dragging?
@smilingkite :draggable="false"