1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-13 18:00:44 +01:00

fix "loading more" spinner

This commit is contained in:
Nolan Lawson 2018-03-13 21:27:34 -07:00
parent 50499c00a7
commit dd67b4f856

View File

@ -179,7 +179,7 @@
return
}
fetchTimelineItemsOnScrollToBottom(
this.get('currentInstance'),
this.store.get('currentInstance'),
this.get('timeline')
)
},