change block data to json
This commit is contained in:
@@ -28,6 +28,7 @@ export const onChangeCode = () => (dispatch, getState) => {
|
||||
} else if (selectedBlock === null) {
|
||||
code.tooltip = Blockly.Msg.tooltip_hint
|
||||
code.helpurl = ''
|
||||
code.data = null
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user