Open heymitul opened 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.
When 2 draggable components overlaps and when we start dragging card it starts jumping between both draggable components
Reproducible steps
When i try to drag card from draggableComponent it starts jumping.