mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-12 08:27:27 +02:00
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:
@@ -942,7 +942,7 @@ export function ChatViewer({
|
||||
ref={virtuosoRef}
|
||||
data={messagesWithMarkers}
|
||||
initialTopMostItemIndex={messagesWithMarkers.length - 1}
|
||||
followOutput="smooth"
|
||||
followOutput="auto"
|
||||
alignToBottom
|
||||
components={{
|
||||
Header: () =>
|
||||
|
||||
Reference in New Issue
Block a user