Fixed keyboard not working in Firefox/twitch.
This commit is contained in:
parent
3cccaa37ae
commit
7e848332ce
@ -121,7 +121,7 @@ var _kbd_load = async function() {
|
|||||||
var _kbd_setup = async function() {
|
var _kbd_setup = async function() {
|
||||||
await _kbd_load();
|
await _kbd_load();
|
||||||
|
|
||||||
$(document).keydown(_kbd_process);
|
document.addEventListener('keydown', _kbd_process);
|
||||||
}
|
}
|
||||||
|
|
||||||
var _kbd_fetch = async function(){
|
var _kbd_fetch = async function(){
|
||||||
|
Loading…
Reference in New Issue
Block a user