chore: format
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m12s

This commit is contained in:
2026-03-11 18:29:21 +01:00
parent bbe26d2fcf
commit 6fdeb6f9b4

View File

@@ -156,7 +156,11 @@ useKeyDown(async ({ key, ndsButton, repeated }) => {
} }
const rawKey = key.toLowerCase(); const rawKey = key.toLowerCase();
if (!repeated && !app.hintsVisible && (rawKey === "x" || rawKey === "b" || rawKey === "y")) { if (
!repeated &&
!app.hintsVisible &&
(rawKey === "x" || rawKey === "b" || rawKey === "y")
) {
await showHelpLabels(); await showHelpLabels();
} }
}); });