mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 07:28:56 +00:00
this is better
This commit is contained in:
parent
09e14328b8
commit
8a26d63074
1 changed files with 2 additions and 1 deletions
|
@ -92,7 +92,8 @@ Emulator.handleKeyDown = function(e) {
|
|||
}
|
||||
Emulator.refocus = function () {
|
||||
window.setTimeout(function() {
|
||||
Emulator.input.focus();}, 1);
|
||||
Emulator.input.focus();
|
||||
}, 1);
|
||||
console.log("Emulator: refocus input");
|
||||
}
|
||||
Emulator.tick = function (time) {
|
||||
|
|
Loading…
Reference in a new issue