mirror of
https://github.com/immich-app/immich.git
synced 2025-11-13 22:32:58 +09:00
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
$: isOwner = $page?.data?.user?.id === asset.ownerId;
|
||||
|
||||
$: {
|
||||
if (textarea) {
|
||||
textarea.value = asset?.exifInfo?.description || '';
|
||||
}
|
||||
|
||||
// Get latest description from server
|
||||
if (asset.id && !api.isSharedLink) {
|
||||
api.assetApi.getAssetById({ id: asset.id }).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user