fix: display attached files by chatbot

This commit is contained in:
asbevz 2026-05-03 15:35:13 +03:00
parent 4e2240aada
commit e468672849

View file

@ -665,7 +665,7 @@
<StatusHistory statusHistory={message?.statusHistory} />
{/if}
{#if message?.files && message.files?.filter((f) => f.type === 'image').length > 0}
{#if message?.files}
<div
class="my-1 w-full flex overflow-x-auto gap-2 flex-wrap"
dir={$settings?.chatDirection ?? 'auto'}