From 78a81062e284f3922f218c104f185878bde35540 Mon Sep 17 00:00:00 2001 From: bsu3338 Date: Fri, 11 Aug 2023 07:15:18 -0500 Subject: [PATCH] Update TextChat.jsx --- client/src/components/Input/TextChat.jsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/src/components/Input/TextChat.jsx b/client/src/components/Input/TextChat.jsx index 6ad72dac6f..4cf5095657 100644 --- a/client/src/components/Input/TextChat.jsx +++ b/client/src/components/Input/TextChat.jsx @@ -68,9 +68,6 @@ export default function TextChat({ isSearchView = false }) { const submitMessage = () => { ask({ text }); setText(''); - //if (isListening) { - // toggleListening(); - //} }; const handleStopGenerating = (e) => { @@ -91,10 +88,6 @@ export default function TextChat({ isSearchView = false }) { submitMessage(); } - //if (e.shiftKey && e.altKey && e.key === 'L') { - // toggleListening(); - //} - }; const handleKeyUp = (e) => {