1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-21 01:13:49 +01:00
This commit is contained in:
Nolan Lawson 2018-01-27 17:34:42 -08:00
parent de248a9b1f
commit 5a55506204

View File

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