diff options
Diffstat (limited to 'animism-align/frontend/views/align/components/annotations/annotation.index.js')
| -rw-r--r-- | animism-align/frontend/views/align/components/annotations/annotation.index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/views/align/components/annotations/annotation.index.js b/animism-align/frontend/views/align/components/annotations/annotation.index.js index 3a78dd4..dae64df 100644 --- a/animism-align/frontend/views/align/components/annotations/annotation.index.js +++ b/animism-align/frontend/views/align/components/annotations/annotation.index.js @@ -32,7 +32,7 @@ class AnnotationIndex extends Component { let secondsPerPixel = ZOOM_STEPS[zoom] * 0.1 // 0.1 sec / step let widthTimeDuration = INNER_HEIGHT * secondsPerPixel // secs per pixel - let timeMin = start_ts - 30.0 + let timeMin = start_ts - 50.0 let timeMax = Math.min(start_ts + widthTimeDuration, duration) const items = order.filter(id => { @@ -113,7 +113,7 @@ const mapStateToProps = state => ({ timeline: state.align.timeline, annotationInForm: state.align.annotation, index: state.annotation.index, - media: state.media.index, + media: state.media.index.lookup, }) const mapDispatchToProps = dispatch => ({ |
