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

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