mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Update comments
This commit is contained in:
@@ -502,7 +502,6 @@
|
||||
}
|
||||
|
||||
const ttsStop = () => {
|
||||
// Use TTS to read the response, if query was recorded
|
||||
if ('SpeechSynthesisUtterance' in window) {
|
||||
window.speechSynthesis.cancel()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user