mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Revert "fix(web): Assigns description text area with asset description if it exists #4073 (#4125)" (#4160)
This reverts commit b6c6a7e403.
This commit is contained in:
parent
acdc66413c
commit
06959a9ea5
1 changed files with 0 additions and 4 deletions
|
|
@ -25,10 +25,6 @@
|
|||
$: 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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue