mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
Update SpeechRecognition.tsx
This commit is contained in:
parent
9a27e56f8b
commit
5542f8e85d
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const useSpeechRecognition = (ask) => {
|
|||
|
||||
recognition.onend = () => {
|
||||
setIsListening(false);
|
||||
// setText('');
|
||||
setText('');
|
||||
};
|
||||
|
||||
if (isListening) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue