Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple users (including me) report a problem: the scroll function callback is called many seconds after it should be. It's not clear if the problem comes from `ngx-infinite-scroll` or another library (`RxJS`?). However, there's a simple fix that allows solving the bug by using `infiniteScrollThrottle="0"`. Let's apply it! Fixes orizens#198
- Loading branch information