diff --git a/src/components/ConversationCard/index.jsx b/src/components/ConversationCard/index.jsx index ea0c1ed..e591491 100644 --- a/src/components/ConversationCard/index.jsx +++ b/src/components/ConversationCard/index.jsx @@ -528,6 +528,10 @@ function ConversationCard(props) { } catch (e) { updateAnswer(e, false, 'error') } + bodyRef.current.scrollTo({ + top: bodyRef.current.scrollHeight, + behavior: 'instant', + }) }} />