fix: convo mode

This commit is contained in:
Timothy J. Baek 2024-02-11 19:11:22 -08:00
parent e08bf88e72
commit 25166b7138

View file

@ -129,6 +129,10 @@
if (Object.keys(sentencesAudio).length - 1 === idx) {
speaking = null;
if ($settings.conversationMode) {
document.getElementById('voice-input-button')?.click();
}
}
res(e);