fix: tts playback

This commit is contained in:
Timothy J. Baek 2024-02-09 16:37:21 -08:00
parent 5eff0e5f61
commit 40d8605fea
4 changed files with 7 additions and 1 deletions

View file

@ -450,6 +450,7 @@
}
if ($settings.responseAutoPlayback) {
await tick();
document.getElementById(`speak-button-${responseMessage.id}`)?.click();
}
}
@ -638,6 +639,7 @@
}
if ($settings.responseAutoPlayback) {
await tick();
document.getElementById(`speak-button-${responseMessage.id}`)?.click();
}

View file

@ -464,6 +464,7 @@
}
if ($settings.responseAutoPlayback) {
await tick();
document.getElementById(`speak-button-${responseMessage.id}`)?.click();
}
}
@ -652,6 +653,7 @@
}
if ($settings.responseAutoPlayback) {
await tick();
document.getElementById(`speak-button-${responseMessage.id}`)?.click();
}