You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the use case in Praxly, I would like to have an external event (like the update of code in another format) result in the blockly workspace re-rendering its state. I propose adding props:
updateXML
updateJSON
If the value of either of these changes, BlocklyWorkSpace would ideally do much (but perhaps not all?) of what it does in the respective importFrom functions (i.e. importFromXml, importFromJson)
The text was updated successfully, but these errors were encountered:
Similar to the use case in Praxly, I would like to have an external event (like the update of code in another format) result in the blockly workspace re-rendering its state. I propose adding props:
If the value of either of these changes, BlocklyWorkSpace would ideally do much (but perhaps not all?) of what it does in the respective importFrom functions (i.e. importFromXml, importFromJson)
The text was updated successfully, but these errors were encountered: