mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-25 07:04:44 +08:00
feat: add auto-scroll functionality to ScrollContainer and disable auto-scroll after report completed
This commit is contained in:
@@ -76,6 +76,7 @@ export function MessageListView({
|
||||
<ScrollContainer
|
||||
className={cn("flex h-full w-full flex-col overflow-hidden", className)}
|
||||
scrollShadowColor="var(--app-background)"
|
||||
autoScrollToBottom
|
||||
>
|
||||
<ul className="flex flex-col">
|
||||
{messageIds.map((messageId) => (
|
||||
|
||||
Reference in New Issue
Block a user