diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index a45944f679..7b5359d8b8 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1605,6 +1605,8 @@ toast.error(`${e}`); } } + + await onUpdate(); }; const onUpdate = async ({ file }: { file?: any } = {}) => {