Skip to content

Commit

Permalink
Added the possibility of the enter event to propagate.
Browse files Browse the repository at this point in the history
  • Loading branch information
César Mendonça committed Apr 20, 2017
1 parent 98c8cf8 commit eb56a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export class InputHandler {

switch (keyCode) {
case undefined:
case 13:
return;
case 43:
this.inputService.changeToPositive();
Expand Down

0 comments on commit eb56a4b

Please sign in to comment.