Merge 3835d876be
into 2814de4420
This commit is contained in:
commit
588e7098fe
1 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,12 @@
|
|||
unsubscribe();
|
||||
});
|
||||
|
||||
const handleNewAsset = (newAsset: AssetResponseDto) => {
|
||||
description = newAsset?.exifInfo?.description || '';
|
||||
};
|
||||
|
||||
$: handleNewAsset(asset);
|
||||
|
||||
const dispatch = createEventDispatcher();
|
||||
|
||||
const getMegapixel = (width: number, height: number): number | undefined => {
|
||||
|
|
Loading…
Add table
Reference in a new issue