|
@@ -469,7 +469,12 @@
|
|
{#each message.files as file}
|
|
{#each message.files as file}
|
|
<div>
|
|
<div>
|
|
{#if file.type === 'image'}
|
|
{#if file.type === 'image'}
|
|
- <img src={file.url} alt="input" class=" max-h-96 rounded-lg" />
|
|
|
|
|
|
+ <img
|
|
|
|
+ src={file.url}
|
|
|
|
+ alt="input"
|
|
|
|
+ class=" max-h-96 rounded-lg"
|
|
|
|
+ draggable="false"
|
|
|
|
+ />
|
|
{/if}
|
|
{/if}
|
|
</div>
|
|
</div>
|
|
{/each}
|
|
{/each}
|