This commit is contained in:
Boof 2023-03-16 10:44:47 +01:00 committed by GitHub
parent 717f06535c
commit 86e4fe769a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ async function checkSecret() {
//adding event handler on the document to handle keyboard inputs
document.addEventListener("keydown", keyboardInputHandler);
document.addEventListener("keyup", keyboardInputHandler);
//function to handle keyboard inputs
function keyboardInputHandler(o) {