Droppable false not working
BOISSARD opened this issue · 3 comments
BOISSARD commented
Greetings
First of all, thank you for your work on this package, it's the best available on internet for vuejs.
It's very complete, that's great, even if the documentation is missing examples for complexes parts.
Issue
droppable in the node as :
{ text: 'undroppable node', droppable: false },
not working, you still can drag and drop in the undroppable node.
Context
Installed via npm : he-tree-vue@2
phphe commented
use $droppable in a node
BOISSARD commented
Excellent, thanks a lot for your work