diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-02 18:56:04 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-02 18:56:04 +0100 |
| commit | c8425fab008f058cd8e15d93147191725709ee8a (patch) | |
| tree | f75ef39e5e6650f3fd005a853d143aa1fe37b49a /animism-align/frontend/app/views/align/components/annotations/annotationForms | |
| parent | 4e2121e9160b627415a31f628fa3f00711138375 (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.js | 1 |
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 |
