From c8425fab008f058cd8e15d93147191725709ee8a Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 2 Nov 2020 18:56:04 +0100 Subject: fullscreen images support galleries --- .../align/components/annotations/annotationForms/annotationForm.image.js | 1 + 1 file changed, 1 insertion(+) (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js index d3e981a..ae58db4 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js @@ -9,6 +9,7 @@ export const AnnotationFormImage = ({ annotation, media, handleSettingsSelect, h if (!media.lookup) return
const image_list_items = makeMediaItems(media, ['image', 'gallery']) const { gallery_items, thumbnail } = makeGalleryItems(annotation, media) + console.log(annotation) return (