We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ac4be commit 9f677f3Copy full SHA for 9f677f3
frontend/src/ts/controllers/input-controller.ts
@@ -498,7 +498,7 @@ function handleChar(
498
char = handleChar(char);
499
}
500
501
- const nospace = isFunboxActiveWithProperty("nospace") !== undefined;
+ const nospace = isFunboxActiveWithProperty("nospace");
502
503
if (char !== "\n" && char !== "\t" && /\s/.test(char)) {
504
if (nospace) return;
0 commit comments