mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-18 20:14:44 +08:00
feat: remove scroll button
This commit is contained in:
@@ -3,7 +3,6 @@ import type { UseStream } from "@langchain/langgraph-sdk/react";
|
|||||||
import {
|
import {
|
||||||
Conversation,
|
Conversation,
|
||||||
ConversationContent,
|
ConversationContent,
|
||||||
ConversationScrollButton,
|
|
||||||
} from "@/components/ai-elements/conversation";
|
} from "@/components/ai-elements/conversation";
|
||||||
import { groupMessages, hasContent } from "@/core/messages/utils";
|
import { groupMessages, hasContent } from "@/core/messages/utils";
|
||||||
import type { AgentThreadState } from "@/core/threads";
|
import type { AgentThreadState } from "@/core/threads";
|
||||||
@@ -57,7 +56,6 @@ export function MessageList({
|
|||||||
{thread.isLoading && <StreamingIndicator className="my-4" />}
|
{thread.isLoading && <StreamingIndicator className="my-4" />}
|
||||||
<div className="h-40" />
|
<div className="h-40" />
|
||||||
</ConversationContent>
|
</ConversationContent>
|
||||||
<ConversationScrollButton className="-translate-y-16 backdrop-blur-xs" />
|
|
||||||
</Conversation>
|
</Conversation>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user