From e22cb8a789c0576738fe0965a8f4242a3d3c76af Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 27 Jul 2020 19:42:05 +0200 Subject: process list of paragraphs. fullscreen vs inline --- .../app/views/paragraph/containers/paragraphEditor.container.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js') diff --git a/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js b/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js index aba9cca..09ba70c 100644 --- a/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js +++ b/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js @@ -23,12 +23,12 @@ class ParagraphEditor extends Component { } componentDidMount() { - actions.transcript.buildParagraphs() + actions.transcript.buildAllParagraphs() } componentDidUpdate(prevProps) { if (this.props.paragraph !== prevProps.paragraph) { - actions.transcript.buildParagraphs() + actions.transcript.buildAllParagraphs() } } -- cgit v1.2.3-70-g09d2