vue3-tree-vue
vue3-tree-vue copied to clipboard
Disable dragging of specific nodes
Hi, I would like to disable the dragging of the specific nodes. Actually I would like to decide this at runtime. I mean, when I catch a node, I want to check some conditions and to decide if this node can be dragged. Is this possible somehow? Maybe I can do this somehow with the dropValidator, but it is not clear how.