Fix event name typo for scoreboard opening
This commit is contained in:
parent
c1204aae32
commit
8c067f1a3a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ audio.addEventListener("canplaythrough", () => {
|
|||
audio.play();
|
||||
});
|
||||
|
||||
scoreBoard.addEventListener("mousemove", () => {
|
||||
scoreBoard.addEventListener("mouseover", () => {
|
||||
scoreBoard.classList.remove("close");
|
||||
});
|
||||
|
||||
|
|
Reference in a new issue