mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
773d093ace
commit
234a95960b
3 changed files with 23 additions and 14 deletions
|
|
@ -214,7 +214,7 @@
|
|||
</section>
|
||||
{/if}
|
||||
|
||||
{#if isOwner || description !== ''}
|
||||
{#if isOwner}
|
||||
<section class="px-4 mt-10">
|
||||
{#key asset.id}
|
||||
<textarea
|
||||
|
|
@ -233,6 +233,8 @@
|
|||
/>
|
||||
{/key}
|
||||
</section>
|
||||
{:else if description}
|
||||
<p class="break-words whitespace-pre-line w-full text-black dark:text-white text-base">{description}</p>
|
||||
{/if}
|
||||
|
||||
{#if !api.isSharedLink && people.length > 0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue