Fix keyboard shortcuts

This commit is contained in:
Tamius Han 2021-03-06 02:53:58 +01:00
parent 3eca178df5
commit 7714adb843

View File

@ -17,7 +17,7 @@ class ActionHandler {
inputs: string[] = ['input', 'select', 'button', 'textarea'];
keyboardLocalDisabled: boolean = true;
keyboardLocalDisabled: boolean = false;
keyUpActions: any[] = [];
keyDownActions: any[] = [];