mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-06-01 06:00:19 +00:00
remove typewriter effect
This commit is contained in:
parent
c2ffc41e24
commit
7caaf80535
1 changed files with 3 additions and 2 deletions
|
|
@ -371,8 +371,9 @@ export const UserQueryGroup: React.FC<UserQueryGroupProps> = ({
|
|||
<AgentMessageCard
|
||||
key={message.id}
|
||||
typewriter={
|
||||
task?.type !== 'replay' ||
|
||||
(task?.type === 'replay' && task?.delayTime !== 0)
|
||||
message.step !== AgentStep.AGENT_END &&
|
||||
(task?.type !== 'replay' ||
|
||||
(task?.type === 'replay' && task?.delayTime !== 0))
|
||||
}
|
||||
id={message.id}
|
||||
content={message.content}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue