change block data to json

This commit is contained in:
fbruc03
2022-11-09 11:20:15 +01:00
parent a8704316ac
commit 9ac98aa06d
4 changed files with 21 additions and 22 deletions
+1
View File
@@ -28,6 +28,7 @@ export const onChangeCode = () => (dispatch, getState) => {
} else if (selectedBlock === null) {
code.tooltip = Blockly.Msg.tooltip_hint
code.helpurl = ''
code.data = null
}