mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
Fix showing text cursor after page load
This commit is contained in:
parent
7dfacd7ede
commit
d21317d2ab
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