Potential Fix for (#113) on show new

This commit is contained in:
David 2022-08-24 23:53:16 -07:00
parent 1f2b059320
commit bf501e36a1

View file

@ -150,7 +150,6 @@ const Timeline = {
this.$store.commit('showNewStatuses', { timeline: this.timelineName })
this.paused = false
}
window.scrollTo({ top: 0 })
},
fetchOlderStatuses: throttle(function () {
const store = this.$store