mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 06:31:51 +08:00
strict space no longer affects zen mode. closes #2236
This commit is contained in:
parent
a7147de2a5
commit
3b9f90fb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ function handleChar(char, charIndex) {
|
|||
//otherwise dont do anything
|
||||
if (
|
||||
Config.difficulty !== "normal" ||
|
||||
Config.strictSpace ||
|
||||
(Config.strictSpace && Config.mode !== "zen") ||
|
||||
Config.stopOnError === "word"
|
||||
) {
|
||||
if (dontInsertSpace) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue