diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 3a9f9938..b457dab5 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -138,6 +138,7 @@ export default function Conversation() { handleQuestion({ question: inputRef.current.value }); } inputRef.current.value = ''; + handleInput(); } };