mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 17:44:33 +02:00
Merge pull request #414 from AlexByte/fix-showing-text-cursor-on-load
Fix showing text cursor after page load
This commit is contained in:
commit
d59a6654cf
1 changed files with 1 additions and 0 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue