diff --git a/src/lib/components/channel/MessageInput.svelte b/src/lib/components/channel/MessageInput.svelte index 595f84cb5..e12557961 100644 --- a/src/lib/components/channel/MessageInput.svelte +++ b/src/lib/components/channel/MessageInput.svelte @@ -398,7 +398,7 @@ dir={$settings?.chatDirection ?? 'LTR'} > {#if files.length > 0} -
+
{#each files as file, fileIdx} {#if file.type === 'image'}
@@ -455,7 +455,7 @@
-
+
{#if files.length > 0} -
+
{#each files as file, fileIdx} {#if file.type === 'image'}
@@ -680,7 +680,7 @@
{#if $settings?.richTextInput ?? true}
{ @@ -1075,7 +1075,7 @@ {/if}
-
+