fix cs NO_CI

This commit is contained in:
Dennis Eichhorn 2020-06-05 09:39:38 +02:00 committed by GitHub
parent 5f7beed155
commit 8b214150d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;