bug correction

This commit is contained in:
Leonardo Blavignac 2023-01-06 13:10:59 +01:00
parent f064dab687
commit 191faf34d4

View file

@ -220,6 +220,7 @@ function aleatoire() {
function setMyKeyDownListener() {
window.addEventListener("keydown",
function(event){
event.preventDefault();
console.log(event.key)
if (event.key == "Enter"){
Enter();