aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/web/js/components/RightPanel.react.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/js/components/RightPanel.react.js b/src/web/js/components/RightPanel.react.js
index e9485511..42f8f8ef 100644
--- a/src/web/js/components/RightPanel.react.js
+++ b/src/web/js/components/RightPanel.react.js
@@ -293,6 +293,7 @@ var RightPanel = React.createClass({
return <li>{this.state.article.title}</li>;
},
render: function() {
+ window.scrollTo(0, 0);
var brd_category = null;
var brd_feed = null;
var brd_article = null;
bgstack15