bug correction
This commit is contained in:
parent
f064dab687
commit
191faf34d4
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ function aleatoire() {
|
|||
function setMyKeyDownListener() {
|
||||
window.addEventListener("keydown",
|
||||
function(event){
|
||||
event.preventDefault();
|
||||
console.log(event.key)
|
||||
if (event.key == "Enter"){
|
||||
Enter();
|
||||
|
|
Loading…
Reference in a new issue