vue-draggable-nested-tree icon indicating copy to clipboard operation
vue-draggable-nested-tree copied to clipboard

in version 2.1.7 drag & drop is broken

Open smilingkite opened this issue 6 years ago • 5 comments

I had two installs - one with 2.1.6 , one with 2.1.7 - in both cases upgrading to 2.1.7 means that the drag and drop no longer works. One of them is a pretty clean vue-cli-3 install.

Downgrading to 2.1.6 fixes it.

smilingkite avatar Nov 07 '18 16:11 smilingkite

This issue was introduced from a fix for this issue.

To use 2.1.7, you'll have to set cross-tree="cross-tree" (or :cross-tree="true")

NeoMarine avatar Nov 07 '18 23:11 NeoMarine

This works if I set cross-tree to true, but not when I set it to false.

smilingkite avatar Nov 08 '18 08:11 smilingkite

Yes, it is currently broken and requires cross-tree to be true. Waiting on a fix @phphe :)

NeoMarine avatar Nov 09 '18 00:11 NeoMarine

My fix for the dragging problem also fixes this.

https://github.com/phphe/vue-draggable-nested-tree/issues/42

smilingkite avatar Nov 09 '18 15:11 smilingkite

fixed in 2.1.8

phphe avatar Nov 10 '18 15:11 phphe