mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
Update TextChat.jsx
This commit is contained in:
parent
5542f8e85d
commit
c7eea96759
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ export default function TextChat({ isSearchView = false }) {
|
|||
if (isListening && speechText) {
|
||||
setText(speechText);
|
||||
} else {
|
||||
// Enable below for auto submit
|
||||
// setText('');
|
||||
}
|
||||
}, [speechText, isListening, setText]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue