Skip to content

Commit

Permalink
Remove input.scrollIntoView()
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Oct 25, 2017
1 parent c424701 commit 8ccee2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/api-explorer-ui/src/Doc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class Doc extends React.Component {
this.setState({ showAuthBox: true });
setTimeout(() => {
this.inputElement.focus();
this.inputElement.scrollIntoView();
this.setState({ needsAuth: true });
}, 600);
return false;
Expand Down

0 comments on commit 8ccee2e

Please sign in to comment.