diff --git a/static/src/components/chat/ChatArea.vue b/static/src/components/chat/ChatArea.vue index f0281ad..4c5fd13 100644 --- a/static/src/components/chat/ChatArea.vue +++ b/static/src/components/chat/ChatArea.vue @@ -142,7 +142,8 @@ group.action?.streaming || group.action?.type === 'text' || group.action?.type === 'thinking', - 'thinking-finished': group.action?.type === 'thinking' && !group.action?.streaming + 'thinking-finished': group.action?.type === 'thinking' && !group.action?.streaming, + 'no-entry-animation': !streamingMessage || index !== latestMessageIndex }" >