Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man committed Jul 12, 2023
1 parent 2473bf8 commit bc2c5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ It may be desirable for `shouldLoadMore` to be called whenever the user scrolls
// Will only be called if the content height changed since last time or after 2 seconds of no change
}
```
and now `shouldLoadMore` will be called whenever it's in the offset threshold. By default `waitForHeightChange` is `true` so the function doesn't get called in quick succession when no content updates are made.
By default `waitForHeightChange` is `.until(2)` so the function doesn't get called in quick succession when no content updates are made.

## More details

Expand Down

0 comments on commit bc2c5dc

Please sign in to comment.