added handle char to spacing debug

This commit is contained in:
Miodec 2023-04-11 12:39:17 +02:00
parent 4451ff746e
commit 45f3ae63f2

View file

@ -395,6 +395,10 @@ function handleChar(
return;
}
if (TestInput.spacingDebug) {
console.log("handleChar", char, charIndex, realInputValue);
}
const now = performance.now();
const isCharKorean: boolean = TestInput.input.getKoreanStatus();