mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix: handleInput after submission of query
This commit is contained in:
@@ -138,6 +138,7 @@ export default function Conversation() {
|
||||
handleQuestion({ question: inputRef.current.value });
|
||||
}
|
||||
inputRef.current.value = '';
|
||||
handleInput();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user