We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf8fd4 commit 20fe412Copy full SHA for 20fe412
src/controllers/Lane.js
@@ -26,7 +26,7 @@ class Lane extends Component {
26
const node = evt.target
27
const elemScrollPosition = node.scrollHeight - node.scrollTop - node.clientHeight
28
const {onLaneScroll} = this.props
29
- if (elemScrollPosition <= 0 && onLaneScroll && !this.state.loading) {
+ if (elemScrollPosition <= 1 && onLaneScroll && !this.state.loading) {
30
const {currentPage} = this.state
31
this.setState({loading: true})
32
const nextPage = currentPage + 1
0 commit comments