summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-27 19:42:05 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-27 19:42:05 +0200
commite22cb8a789c0576738fe0965a8f4242a3d3c76af (patch)
tree226e5ec4298f67125ac9c8953e708c84365b7879 /animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js
parenta43615e0c0d4edc34a0f4a14172e559f00be298a (diff)
process list of paragraphs. fullscreen vs inline
Diffstat (limited to 'animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js')
-rw-r--r--animism-align/frontend/app/views/paragraph/containers/paragraphEditor.container.js4
1 files changed, 2 insertions, 2 deletions
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()
}
}