vue.draggable.next icon indicating copy to clipboard operation
vue.draggable.next copied to clipboard

swapThreshold invalid

Open 134355 opened this issue 3 years ago • 0 comments

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md

Expected Solution

<Draggable tag="div" class="drag-area" :list="list" group="component" item-key="_k" :animation="150" :swapThreshold="0.65" :fallbackOnBody="true"> ... </Draggable>

134355 avatar Oct 08 '22 11:10 134355