From 8b214150d66054945f5b76e54a85832089a187fd Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 5 Jun 2020 09:39:38 +0200 Subject: [PATCH] fix cs NO_CI --- UI/Input/Keyboard/KeyboardManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Input/Keyboard/KeyboardManager.js b/UI/Input/Keyboard/KeyboardManager.js index aebc44a..ce41aca 100644 --- a/UI/Input/Keyboard/KeyboardManager.js +++ b/UI/Input/Keyboard/KeyboardManager.js @@ -92,7 +92,7 @@ export class KeyboardManager throw 'Unexpected elmenet!'; } - const actions = this.elements[element].concat(this.elements['']), + const actions = this.elements[element].concat(this.elements['']), actionsLength = actions.length, downKeyLength = this.down.length;