We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582a1b1 commit ab29b5eCopy full SHA for ab29b5e
chat-ui-quince/src/code.js
@@ -350,7 +350,7 @@ readOutLoudBtn.addEventListener('click', function () {
350
document.addEventListener("DOMContentLoaded", () => {
351
const messageInput = document.getElementById("message-input");
352
const voiceBtn = document.getElementById('voice-btn');
353
- const voiceSpinner = document.getElementById("voiceSpinner");
+ const voiceSpinner = document.getElementById("voice-spinner");
354
355
// Check if SpeechRecognition is available
356
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
0 commit comments