mirror of
https://github.com/immich-app/immich.git
synced 2025-06-23 15:30:51 -04:00
Revert "fix(web): Assigns description text area with asset description if it exists #4073 (#4125)" (#4160)
This reverts commit b6c6a7e403c51b767d5a52c3875610db4420b38a.
This commit is contained in:
parent
acdc66413c
commit
06959a9ea5
@ -25,10 +25,6 @@
|
|||||||
$: isOwner = $page?.data?.user?.id === asset.ownerId;
|
$: isOwner = $page?.data?.user?.id === asset.ownerId;
|
||||||
|
|
||||||
$: {
|
$: {
|
||||||
if (textarea) {
|
|
||||||
textarea.value = asset?.exifInfo?.description || '';
|
|
||||||
}
|
|
||||||
|
|
||||||
// Get latest description from server
|
// Get latest description from server
|
||||||
if (asset.id && !api.isSharedLink) {
|
if (asset.id && !api.isSharedLink) {
|
||||||
api.assetApi.getAssetById({ id: asset.id }).then((res) => {
|
api.assetApi.getAssetById({ id: asset.id }).then((res) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user