From 4c6ce440382f121a04134ca35349fefd57057eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Mendon=C3=A7a?= Date: Thu, 20 Apr 2017 07:42:10 -0300 Subject: [PATCH] Added the possibility of the enter event to propagate. --- src/input.handler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.handler.ts b/src/input.handler.ts index fbdbf32..4e112b5 100644 --- a/src/input.handler.ts +++ b/src/input.handler.ts @@ -79,6 +79,7 @@ export class InputHandler { switch (keyCode) { case undefined: + case 13: return; case 43: this.inputService.changeToPositive();