mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 21:51:29 +08:00
parent
6387d5725d
commit
d2595bd1b1
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ function handleChar(
|
|||
// If a trailing composed char is used, ignore it when counting accuracy
|
||||
if (
|
||||
!thisCharCorrect &&
|
||||
Misc.trailingComposeChars.test(resultingWord) &&
|
||||
// Misc.trailingComposeChars.test(resultingWord) &&
|
||||
CompositionState.getComposing()
|
||||
) {
|
||||
TestInput.input.current = resultingWord;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue