asvd / dragscroll

micro library for drag-n-drop scrolling style
http://asvd.github.io/dragscroll/
MIT License
1.1k stars 166 forks source link

Reinit method #26

Closed epszaw closed 7 years ago

epszaw commented 7 years ago

Hello! I try to use dragscroll with react-based application. I have multiple routes and when dragscroll-allowed route was mounted (directly visited), dragscroll work perfectly. But, when other route mouted before dragscroll-allowed route - dragscroll not worked. What I do wrong or how I can reinit dragscroll?

asvd commented 7 years ago

try dragscroll.reset()

epszaw commented 7 years ago

My fault. I call reset() in componentWillMount, but must do it in componentDidMount. Thank you! :smile_cat: