albertshaw 7 年 前
コミット
fbe42b975e
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      js/component/account/services/evaluate/info.jsx

+ 1 - 0
js/component/account/services/evaluate/info.jsx

@@ -291,6 +291,7 @@ const evaluateInfo = React.createClass({
     if (this.state.exporting) {
       return;
     }
+    window.scrollTo(0, 0)
     this.setState({
       exporting: true
     });