Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
2.71k stars 106 forks source link

default draggable="true" given `handle`. change to "false" only after drag the given `handle` #114

Closed ogios closed 3 months ago

ogios commented 3 months ago

What happend

image

handle is the ".c-drag" on the left side of every line (the gray box)

image

after i drag one(the first one), it will change to "false"

image

Issue

it should be default to "false" given handle right? and also what is happening to clone attr?

ogios commented 3 months ago

my bad about this draggable="true", sorry for the disruption