Vue.Draggable
Vue.Draggable copied to clipboard
On drag start, item starts Jumping
When 2 draggable components overlaps and when we start dragging card it starts jumping between both draggable components
Reproducible steps
- Create following layout
<div class="container">
<div class="row">
<div class="col-8" id="listOfDraggables">DRAGGABLE COMPONNETS GOES HERE WITH THE INFINITE LIST</div>
<div class="col-4" id="draggableComponent">ANOTHER DRAGGABLE COMPONENT</div>
</div>
</div>
When i try to drag card from draggableComponent it starts jumping.