template created for not deactivated blocks in the instructions

This commit is contained in:
Delucse
2020-09-28 15:12:19 +02:00
parent 8ec8409504
commit 4a5d24f2d1
8 changed files with 65 additions and 25 deletions
+1
View File
@@ -28,6 +28,7 @@ class Instruction extends Component {
<Grid item xs={12}>
<BlocklyWindow
svg
blockDisabled
initialXml={step.xml}
/>
</Grid>