StreakYC / react-draggable-list

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

I have a scenario where I want to implement right click on div which is also my drag handle. On selecting one option from context menu on div height changes. But on height change, y position of other items in draggable list does not change. #29

Open NishiPhalke opened 6 years ago

Macil commented 5 years ago

I'm not able to reproduce this issue. Are you putting an event listener on the element containing the drag handle? By context menu, do you mean the browser's native right-click context menu, or an element that you've made? What browser are you using?