react-infinite
react-infinite copied to clipboard
Fix switch to infinite loading in displayBottomUpwards mode
- old condition was blocking at the 2nd pass e.g at second getScrollTop() > lowestScrollTop
- this fix works for our use case
- but not sure if this fix breaks other features from react-infinite lib