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;