strict space no longer affects zen mode. closes #2236

This commit is contained in:
Miodec 2022-01-01 16:06:01 +01:00
parent a7147de2a5
commit 3b9f90fb7f

View file

@ -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) {