Update comments

This commit is contained in:
Webifi
2023-06-08 19:54:35 -05:00
parent 8951a8bf07
commit 45a8875895

View File

@@ -502,7 +502,6 @@
}
const ttsStop = () => {
// Use TTS to read the response, if query was recorded
if ('SpeechSynthesisUtterance' in window) {
window.speechSynthesis.cancel()
}