Skip to content

Commit

Permalink
Fix SBoudrias#214 by not redrawing the question on keypress
Browse files Browse the repository at this point in the history
I found out there was actually not good reason to to this
  • Loading branch information
FremyCompany committed May 21, 2015
1 parent 8e66ca2 commit a21d97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prompts/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ Prompt.prototype.onError = function( state ) {
*/

Prompt.prototype.onKeypress = function() {
this.clean().render().write( this.rl.line );
};
// do nothing
};

0 comments on commit a21d97b

Please sign in to comment.