StreakYC / react-draggable-list

React component for a list of draggable collapsible items
MIT License
319 stars 48 forks source link

The whole list will move up and down across the screen when dragging elements around. #31

Open nivista opened 5 years ago

nivista commented 5 years ago

draggablelist code example Hey i'm having some trouble implementing this properly, I made a sample demonstrating some code that's having the issue that i'm having. A bit is cut off on the far right, but that's just the dragHandleProps which seems to be working fine. Basically the list items will stay in the correct position relative to eachother, but the whole list will move up and down.

kinizumi commented 4 years ago

same to me but I fixed it by fix itemKey

Macil commented 4 years ago

Can you make a full example I can try somewhere? You could modify the example in this repo.