SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.18k stars 2.9k forks source link

On drag start, item starts Jumping #1143

Open heymitul opened 2 years ago

heymitul commented 2 years ago

When 2 draggable components overlaps and when we start dragging card it starts jumping between both draggable components

Reproducible steps

<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.