diff options
Diffstat (limited to 'src/Thread.js')
-rw-r--r-- | src/Thread.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Thread.js b/src/Thread.js index f23c081..3a964b5 100644 --- a/src/Thread.js +++ b/src/Thread.js @@ -50,6 +50,7 @@ class Thread extends Component { }); this.lastTime = resource.time; }); + window.scrollTo(0, 0); } componentWillUnmount() { |