diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 17:27:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 17:27:49 +0200 |
| commit | bab55fb2b208e978ff52459f643cad53f01af08e (patch) | |
| tree | 8946744937e01bbab0d6e60ee821793d63352e91 /animism-align/frontend/app/views/align/components/annotations/annotation.index.js | |
| parent | 0f0aadf430546819cfcf55f7106a1247190e674c (diff) | |
media labels..
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotation.index.js')
| -rw-r--r-- | animism-align/frontend/app/views/align/components/annotations/annotation.index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotation.index.js b/animism-align/frontend/app/views/align/components/annotations/annotation.index.js index da1038f..0f9ee30 100644 --- a/animism-align/frontend/app/views/align/components/annotations/annotation.index.js +++ b/animism-align/frontend/app/views/align/components/annotations/annotation.index.js @@ -102,6 +102,7 @@ class AnnotationIndex extends PureComponent { selected={annotation.id === selected_annotation_id} annotation={annotation} media={media} + timeline={timeline} onClick={this.handleClick} onDoubleClick={this.handleDoubleClick} /> |
