Lint code

This commit is contained in:
2026-08-05 19:01:45 +02:00
parent 082d1b9723
commit aafbdc658e
46 changed files with 357 additions and 357 deletions
+3 -3
View File
@@ -70,7 +70,7 @@ export class KeyboardController implements InputController {
this.stack.push(code);
}
}
}
};
private keyup = (e: KeyboardEvent) => {
let code = fixKeyCode(e.keyCode);
@@ -89,8 +89,8 @@ export class KeyboardController implements InputController {
}
removeItem(this.stack, code);
}
};
private blur = () => {
this.manager.clear();
}
};
}