This PR is fixing an issue I had with the infinite scroll example.
@scrollBox[0].scrollHeight and @scrollBox[0].offsetHeight were both returning undefined.
The easiest solution was to add @scrollContentSelector, that defaults to the body element.
I wonder when the pull request will be merged. Perhaps it could resolve the infinite scrolling issue I have with both Chrome and Firefox where it is showing just 10 items no matter what the scroll position is.
This PR is fixing an issue I had with the infinite scroll example.
@scrollBox[0].scrollHeight
and@scrollBox[0].offsetHeight
were both returningundefined
. The easiest solution was to add@scrollContentSelector
, that defaults to the body element.