This commit is contained in:
Nolan Lawson 2018-01-27 17:34:42 -08:00
parent de248a9b1f
commit 5a55506204
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
}
initializeTimeline()
},
async onScrollToBottom() {
onScrollToBottom() {
if (!this.store.get('initialized') || this.store.get('runningUpdate')) {
return
}