hello-pangea / dnd

Beautiful and accessible drag and drop for lists with React.

Home Page:https://dnd.hellopangea.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for snap scroll behaviour when Dragging

bcastillo-2022474 opened this issue · comments

Basically the title, When we have container elements that we would like to behave with a snap scrolling behaviour and we try to drag a draggable Component that is a child of this container it just doesnt work, this bug was also a problem on the original library, even if you remove the classes that enables snap behaviour onBeforeDragStart it wont work, even worst it will introduce bugs. It would be awesome if you fixed that.