stored xml in tutorial redux store

This commit is contained in:
Delucse
2020-09-08 14:43:30 +02:00
parent 7e0fbf1f75
commit eea893a071
7 changed files with 38 additions and 23 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ class BlocklyWindow extends Component {
drag: true,
wheel: false
}}
initialXml={initialXml}
initialXml={this.props.initialXml ? this.props.initialXml : initialXml}
>
</BlocklyComponent >