dflex-js/dflex

Bug when draggable moves up to down

jalal246 opened this issue · 1 comments

Going up works well but going the opposite direction is still buggy

BugInGoingDown

switchElement is always called with isLoopBreakable:fasle which is causing loop through all the elements in the list

https://github.com/jalal246/dflex/blob/50f5ab7f86c60d7e95b41c8e4e8860ee9796d1b1/packages/dnd/Droppable/Droppable.js#L185