-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Amelio] AAU, chat input is emptied as soon as i submit the question #1753
Comments
🤖 Hi @mamadoudicko! It's good to see you again. I hope you're doing well. Based on the information provided, it seems like the chat input is designed to be emptied as soon as you submit a question. This behavior is defined in the const submitQuestion = () => {
if (!generatingAnswer) {
void addQuestion(message, () => setMessage(""));
}
}; The As for the You can find more details in the source code here:
I also found a similar issue that was resolved in the past: I hope this helps! If you have any other questions or need further clarification, feel free to ask. Best, Sources |
Demo:
Screen.Recording.2023-11-29.at.16.50.59.mp4
The text was updated successfully, but these errors were encountered: