rcdexta / react-trello

Pluggable components to add a kanban board to your application
https://rcdexta.com/react-trello/
MIT License
2.19k stars 481 forks source link

Fix infinite scrolling #534

Open masicek opened 10 months ago

masicek commented 10 months ago

In come cases elemScrollPosition is never smaller than 1 and infinite scrolling ended too soon. Then we use some bigger value to compare.