fix: composition update not making sounds

This commit is contained in:
Miodec 2025-11-26 17:52:24 +01:00
parent f63972a63c
commit 60d1aac72e

View file

@ -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" ||