From f6bc505597463cc8f593e00d74b421175a69f7f3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 28 Jul 2020 00:20:51 +0200 Subject: some fullscreen elements fading in... --- .../components/annotations/annotationTypes/annotationTypes.utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 a3c35d4..8b59e18 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 @@ -33,7 +33,7 @@ export const checkAnnotationMediaNotReady = (annotation, media) => { return (!media) || (!(annotation.settings.media_id in media)) } -export const AnnotationMediaLoading = ({ y, className, onClick, onDoubleClick }) => { +export const AnnotationMediaLoading = ({ y, media, className, onClick, onDoubleClick }) => { if (!media) { return (