mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
parent
85f650f149
commit
a8df6cf71d
1 changed files with 3 additions and 0 deletions
|
@ -555,6 +555,9 @@ function handleChar(
|
|||
Config.stopOnError == "letter" &&
|
||||
!thisCharCorrect
|
||||
) {
|
||||
if (Config.keymapMode === "react") {
|
||||
Keymap.flashKey(char, false);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue