Skip to content

Commit

Permalink
Merge pull request #86 from rails/disable_auto_focus
Browse files Browse the repository at this point in the history
Disable autofocus when initializing the console
  • Loading branch information
gsamokovarov committed Dec 9, 2014
2 parents 1613bbc + 2411c99 commit 3ee30bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@
this.inner = container.getElementsByClassName('console-inner')[0];
this.clipboard = document.getElementById('clipboard');
this.newPromptBox();
this.focus();
};

REPLConsole.prototype.focus = function() {
Expand Down

0 comments on commit 3ee30bf

Please sign in to comment.