chore: format
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m12s
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user