Potential Fix for (#113) on show new #136

Merged
floatingghost merged 1 commit from Mergan/pleroma-fe:pleroma-fe#113 into develop 2022-08-25 19:41:11 +00:00
Showing only changes of commit bf501e36a1 - Show all commits

Potential Fix for (#113) on show new
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

David 2022-08-24 23:53:16 -07:00

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