Jump to Top on New *only* in non-profiles

This commit is contained in:
David 2022-09-02 17:05:42 -07:00 committed by eris
parent b7a2b111c3
commit edd42664ca

View file

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