phphe/he-tree-vue

Droppable false not working

BOISSARD opened this issue · 3 comments

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.

jsfiddle

Context

Installed via npm : he-tree-vue@2

phphe commented

use $droppable in a node

Excellent, thanks a lot for your work

@phphe @BOISSARD Its not working with latest version
have you guys tried it..