Skip to content
Snippets Groups Projects
Commit a035fa4e authored by HJ's avatar HJ :fire:
Browse files

fix timeline scroll-to-top

parent 4c2301bc
Branches
Tags
No related merge requests found
......@@ -141,7 +141,7 @@ const Timeline = {
this.$store.commit('showNewStatuses', { timeline: this.timelineName })
this.paused = false
}
window.scrollTop = 0
window.scrollTo({ top: 0 })
},
fetchOlderStatuses: throttle(function () {
const store = this.$store
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment