summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-02 18:56:04 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-02 18:56:04 +0100
commitc8425fab008f058cd8e15d93147191725709ee8a (patch)
treef75ef39e5e6650f3fd005a853d143aa1fe37b49a /animism-align/frontend/app/views/align/components/annotations/annotationForms
parent4e2121e9160b627415a31f628fa3f00711138375 (diff)
fullscreen images support galleries
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.image.js1
1 files changed, 1 insertions, 0 deletions
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 <div />
const image_list_items = makeMediaItems(media, ['image', 'gallery'])
const { gallery_items, thumbnail } = makeGalleryItems(annotation, media)
+ console.log(annotation)
return (
<div className='options'>
<Select