fix: instant scroll to bottom in chat instead of slow animation

Change Virtuoso followOutput from "smooth" to "auto" so new messages
appear instantly at the bottom rather than slowly animating into view.
This commit is contained in:
Claude
2026-01-16 18:02:47 +00:00
parent 97f18de358
commit 39cbbc1990

View File

@@ -942,7 +942,7 @@ export function ChatViewer({
ref={virtuosoRef}
data={messagesWithMarkers}
initialTopMostItemIndex={messagesWithMarkers.length - 1}
followOutput="smooth"
followOutput="auto"
alignToBottom
components={{
Header: () =>