Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

On drag start, item starts Jumping

Open heymitul opened this issue 3 years ago • 0 comments

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.

heymitul avatar Jun 23 '22 11:06 heymitul