summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-28 00:20:51 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-28 00:20:51 +0200
commitf6bc505597463cc8f593e00d74b421175a69f7f3 (patch)
tree8e55d423573fcadc0e51f86b67b825c4c619f90e /animism-align/frontend/app/views/align/components/annotations
parent443f0a465c720c9e70a124671872c74bc7e9bbd4 (diff)
some fullscreen elements fading in...
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.js2
1 files changed, 1 insertions, 1 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 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 (
<div