mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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) {
|
if (isListening && speechText) {
|
||||||
setText(speechText);
|
setText(speechText);
|
||||||
} else {
|
} else {
|
||||||
setText('');
|
// setText('');
|
||||||
}
|
}
|
||||||
}, [speechText, isListening, setText]);
|
}, [speechText, isListening, setText]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue