react-infinite icon indicating copy to clipboard operation
react-infinite copied to clipboard

Fix switch to infinite loading in displayBottomUpwards mode

Open romainPellerin opened this issue 9 years ago • 0 comments

  • 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

romainPellerin avatar Feb 18 '16 17:02 romainPellerin