Commit 60354f0f authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Remove animate add scrollTo.

parent 86f52fd9
......@@ -52,7 +52,7 @@ const RepoCommitSection = {
this.openedFiles = [];
this.commitMessage = '';
this.editMode = false;
$('html, body').animate({ scrollTop: 0 }, 'fast');
window.scrollTo(0,0);
},
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment