-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.
Description
How are you running AnythingLLM?
Local development
What happened?
When clicking the send button a second time, previously attached files are not cleared as expected. This appears to be due to CLEAR_ATTACHMENTS_EVENT not being triggered correctly unless certain conditions are met.
frontend/src/components/WorkspaceChat/ChatContainer/index.jsx
shoud add code: window.dispatchEvent(new CustomEvent(CLEAR_ATTACHMENTS_EVENT));
Are there known steps to reproduce?
input @agent
click send button
No response
Metadata
Metadata
Assignees
Labels
possible bugBug was reported but is not confirmed or is unable to be replicated.Bug was reported but is not confirmed or is unable to be replicated.