mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
Update TextChat.jsx
This commit is contained in:
parent
7f101bd122
commit
9a27e56f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export default function TextChat({ isSearchView = false }) {
|
|||
if (isListening && speechText) {
|
||||
setText(speechText);
|
||||
} else {
|
||||
setText('');
|
||||
// setText('');
|
||||
}
|
||||
}, [speechText, isListening, setText]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue