diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-18 16:50:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-18 16:50:12 +0200 |
| commit | 6ec0031e7ec008faccbbace2363f9240c7e08ec7 (patch) | |
| tree | aae266c128734a3ef2bb4ca44edd05d3405f9932 /animism-align/frontend/app/views/align/components/annotations | |
| parent | 128d6ee5c937652813c7a9aed198239f1d74c96d (diff) | |
adding schedule again
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotationTypes/annotationTypes.utility.js | 3 |
1 files changed, 3 insertions, 0 deletions
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 ( <div className={className} |
