mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 19:32:26 +08:00
fix: composition update not making sounds
This commit is contained in:
parent
f63972a63c
commit
60d1aac72e
1 changed files with 1 additions and 1 deletions
|
|
@ -1641,7 +1641,7 @@ function afterAnyTestInput(
|
|||
type: "textInput" | "delete" | "compositionUpdate",
|
||||
correctInput: boolean | null
|
||||
): void {
|
||||
if (type === "textInput") {
|
||||
if (type === "textInput" || type === "compositionUpdate") {
|
||||
if (
|
||||
correctInput === true ||
|
||||
Config.playSoundOnError === "off" ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue