diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 23:04:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 23:04:55 +0200 |
| commit | b54da8c0e7e062cee8406d642e4cc7170d279753 (patch) | |
| tree | 27963770423d8b183e4e140377e5827fb011371e /animism-align/frontend/app/views/viewer/checklist/checklist.content.js | |
| parent | 0919fde0919aa8ce2724ecb9797eee94774fe126 (diff) | |
stub for fullscreen player. adjusting sizes. refactor component
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 | 4 |
1 files changed, 2 insertions, 2 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 e4e47ec..dfccb61 100644 --- a/animism-align/frontend/app/views/viewer/checklist/checklist.content.js +++ b/animism-align/frontend/app/views/viewer/checklist/checklist.content.js @@ -10,8 +10,8 @@ import { PlayIcon } from '../nav/viewer.icons' class ChecklistContent extends Component { handleMediaSelection(mediaItem) { actions.audio.seek(mediaItem.start_ts) - actions.viewer.hideSection('nav') - actions.viewer.hideSection('checklist') + actions.viewer.hideComponent('nav') + actions.viewer.hideComponent('checklist') } render() { const { sections, currentSection } = this.props |
