mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-06-15 23:43:06 +03:00
Update TextChat.jsx
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user