bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
21.89k stars 1.97k forks source link

Improved target position calculation for horizontal direction #516

Open mdudek opened 6 years ago

mdudek commented 6 years ago

I have implemented improvement in target position calculation for horizontal direction when items are wrapped in multiple lines. It solve situation when element is dragged over the container, but there is no intersection with any item, because relevant items placed at new line.

dragulaissue