rcdexta / react-trello

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

Fix infinite scrolling #534

Open masicek opened 1 year ago

masicek commented 1 year ago

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