From 017a000e6490ef7156f5562310321c506fcd0eb8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 16 Sep 2020 17:53:51 +0200 Subject: opening still skips to video --- .../annotations/annotationForms/annotationForm.image.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (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 a4d952d..28f7e79 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 @@ -1,7 +1,7 @@ import React, { Component } from 'react' import { CURTAIN_COLOR_SELECT_OPTIONS } from 'app/constants' -import { Select, Checkbox } from 'app/common' +import { Select, Checkbox, TextInput } from 'app/common' import { AnnotationFormFullscreen } from './annotationForm.utility' export const AnnotationFormImage = ({ annotation, media, handleSettingsSelect, handleSettingsChange }) => { @@ -55,6 +55,16 @@ export const AnnotationFormImage = ({ annotation, media, handleSettingsSelect, h onChange={handleSettingsSelect} /> + + {(annotation.settings.fullscreen && !annotation.settings.inline) && (