@ -52,7 +52,8 @@ async function run() {
if (button) {
if (keyCooldown > 0)
return;
if (KEYMAP[button]) {
if (KEYMAP[button] !== undefined) {
console.log()
currentKey = button;
keyCooldown = 10;
}
The note is not visible to the blocked user.