Fix auto-loading-more when not scrolled (#27286)

This commit is contained in:
Claire 2023-10-05 16:33:54 +02:00 committed by GitHub
parent 32ab474472
commit 2b98e2ecd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class ScrollableList extends PureComponent {
const clientHeight = this.getClientHeight(); const clientHeight = this.getClientHeight();
const offset = scrollHeight - scrollTop - clientHeight;