fixed enter key support

This commit is contained in:
Jack 2021-09-30 13:41:28 +01:00
parent ac23609ab2
commit 7ef93b6f22

View file

@ -417,7 +417,7 @@ function handleChar(char, charIndex) {
char = " ";
}
if (/\s/.test(char)) {
if (char !== "\n" && /\s/.test(char)) {
handleSpace();
//insert space for expert and master or strict space,