From d21317d2ab80427fc496c158ba50c66c74f6a00e Mon Sep 17 00:00:00 2001 From: AlexByte Date: Sun, 12 Mar 2017 04:49:05 +0300 Subject: [PATCH] Fix showing text cursor after page load --- src/js/views/commandViews.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/views/commandViews.js b/src/js/views/commandViews.js index 4127c7d5..65f041ed 100644 --- a/src/js/views/commandViews.js +++ b/src/js/views/commandViews.js @@ -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: {