From 6ec0031e7ec008faccbbace2363f9240c7e08ec7 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 18 Aug 2020 16:50:12 +0200 Subject: adding schedule again --- .../components/annotations/annotationTypes/annotationTypes.utility.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'animism-align/frontend/app/views/align/components/annotations') diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationTypes/annotationTypes.utility.js b/animism-align/frontend/app/views/align/components/annotations/annotationTypes/annotationTypes.utility.js index 45ea239..55257ef 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotationTypes/annotationTypes.utility.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotationTypes/annotationTypes.utility.js @@ -38,6 +38,9 @@ export const AnnotationIntro = ({ y, annotation, timeline, selected, onClick, on export const AnnotationSchedule = ({ y, annotation, timeline, selected, onClick, onDoubleClick }) => { const className = selected ? 'annotation utility schedule selected' : 'annotation utility schedule' + let style = { + top: y, + } return (