diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index 68aac9c1f..a8f177d92 100644 --- a/src/lib/components/chat/Messages/ResponseMessage.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage.svelte @@ -50,6 +50,7 @@ import FileItem from '$lib/components/common/FileItem.svelte'; import FollowUps from './ResponseMessage/FollowUps.svelte'; import { fade } from 'svelte/transition'; + import { flyAndScale } from '$lib/utils/transitions'; interface MessageType { id: string; @@ -1429,7 +1430,7 @@ {/if} {#if isLastMessage && message.done && !readOnly && (message?.followUps ?? []).length > 0} -