We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7d2b2 commit f062914Copy full SHA for f062914
frontend/src/pages/chat/Chat.tsx
@@ -825,11 +825,11 @@ const Chat = ({ type = ChatType.Browse }: Props) => {
825
}, [AUTH_ENABLED])
826
827
useLayoutEffect(() => {
828
- chatMessageStreamEnd.current?.scrollIntoView({ behavior: 'smooth' })
+ chatMessageStreamEnd.current?.scrollIntoView({ behavior: 'auto' })
829
}, [showLoadingMessage, processMessages])
830
831
useEffect(() => {
832
833
}, [messages])
834
835
const onShowCitation = (citation: Citation) => {
0 commit comments