Merge pull request #414 from AlexByte/fix-showing-text-cursor-on-load

Fix showing text cursor after page load
This commit is contained in:
Peter Cottle 2017-03-12 09:34:02 -07:00 committed by GitHub
commit d59a6654cf

View file

@ -20,6 +20,7 @@ var CommandPromptView = Backbone.View.extend({
Main.getEventBaton().stealBaton('keydown', this.onKeyDown, this);
Main.getEventBaton().stealBaton('keyup', this.onKeyUp, this);
this.updatePrompt(" ");
},
events: {