diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 153b1e174c..3280e75477 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -136,6 +136,7 @@ let loading = true; $: chatContainerId = embedded ? 'note-chat-container' : 'chat-container'; + $: messageInputDropzoneId = embedded ? 'note-chat-input-dropzone' : 'chat-pane'; const embeddedSuggestedPrompts = [ 'Enhance this note and update it.', 'Summarize this note.', @@ -3750,7 +3751,10 @@ {:else} -