Updated scroll reload offset back to 600
• Updated: - scroll reload offset back to 600
This commit is contained in:
parent
163f6ab1e7
commit
9d45ac1d76
@ -133,7 +133,7 @@ export default class ScrollableList extends PureComponent {
|
||||
// reload
|
||||
}
|
||||
|
||||
if (1500 > offset && this.props.onLoadMore && this.props.hasMore && !this.props.isLoading) {
|
||||
if (600 > offset && this.props.onLoadMore && this.props.hasMore && !this.props.isLoading) {
|
||||
this.props.onLoadMore();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user