Update chat.v1.js

This commit is contained in:
H Lohaus 2024-04-11 04:26:30 +02:00 committed by GitHub
parent 5899543ecf
commit df6ce3a531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1262,7 +1262,7 @@ if (SpeechRecognition) {
function may_stop() {
if (microLabel.classList.contains("recognition")) {
recognition.stop();
//recognition.stop();
}
}