commit: b9c0a477ee8ce43a2be96a959fe266537a552c2f
parent 0a98acce96117378397f29461e6c1b91672ee2ab
Author: Henry Jameson <me@hjkos.com>
Date: Mon, 23 Dec 2024 14:15:52 +0200
oops
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue
@@ -32,6 +32,7 @@
:description="descriptions && descriptions[attachment.id]"
:hide-description="size === 'small' || tooManyAttachments && hidingLong"
:style="itemStyle(attachment.id, row.items)"
+ @setMedia="onMedia"
@naturalSizeLoad="onNaturalSizeLoad"
/>
</div>