fixed tab characters not working correctly

This commit is contained in:
Jack 2021-09-30 20:19:23 +01:00
parent 8f692c5c16
commit 62040c8099

View file

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