返回提交历史
Modified
g4f/gui/client/static/js/chat.v1.js
+1
-1
XFEstudio/gpt4free
Update chat.v1.js
df6ce3a5
代码差异
1 个文件
+1
-1
@@ -1262,7 +1262,7 @@ if (SpeechRecognition) {
1262
1262
1263
1263
function may_stop() {
1264
1264
if (microLabel.classList.contains("recognition")) {
1265
recognition.stop();
1265
//recognition.stop();
1266
1266
}
1267
1267
}
1268
1268