Fix showing text cursor after page load

This commit is contained in:
AlexByte 2017-03-12 04:49:05 +03:00 committed by GitHub
parent 7dfacd7ede
commit d21317d2ab

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: {