From bf501e36a1041721809d87430aae8008936fc9c8 Mon Sep 17 00:00:00 2001
From: David <dmgf2008@hotmail.com>
Date: Wed, 24 Aug 2022 23:53:16 -0700
Subject: [PATCH] Potential Fix for (#113) on show new

---
 src/components/timeline/timeline.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js
index f44fabb1..c91c8d57 100644
--- a/src/components/timeline/timeline.js
+++ b/src/components/timeline/timeline.js
@@ -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