diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-07 22:59:03 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-07 22:59:03 +0200 |
| commit | 475638e617c5053aeb897d26bfba4c8d1975c614 (patch) | |
| tree | 28762550bf791983e49bd33ec909c79f30f8a09f /animism-align/frontend/app/views/viewer/checklist/checklist.content.js | |
| parent | 51abc790cb4952456029db1132c0e8730618afcd (diff) | |
next button
Diffstat (limited to 'animism-align/frontend/app/views/viewer/checklist/checklist.content.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/checklist/checklist.content.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/animism-align/frontend/app/views/viewer/checklist/checklist.content.js b/animism-align/frontend/app/views/viewer/checklist/checklist.content.js index 70c175e..72695b7 100644 --- a/animism-align/frontend/app/views/viewer/checklist/checklist.content.js +++ b/animism-align/frontend/app/views/viewer/checklist/checklist.content.js @@ -9,10 +9,7 @@ import { PlayIcon } from '../nav/viewer.icons' class ChecklistContent extends Component { handleMediaSelection(mediaItem) { - actions.audio.seek(mediaItem.start_ts) - actions.audio.play() - actions.viewer.hideComponent('nav') - actions.viewer.hideComponent('checklist') + actions.seekToMediaItem(mediaItem) } render() { const { sections, currentSection } = this.props |
