diff --git a/src/components/gallery/gallery.vue b/src/components/gallery/gallery.vue index 3e696216..40048285 100644 --- 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" />