From b54da8c0e7e062cee8406d642e4cc7170d279753 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 27 Jul 2020 23:04:55 +0200 Subject: stub for fullscreen player. adjusting sizes. refactor component --- .../frontend/app/views/viewer/checklist/checklist.content.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/checklist/checklist.content.js') 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 -- cgit v1.2.3-70-g09d2