We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570261 commit 6e46a18Copy full SHA for 6e46a18
src/containers/blocks.jsx
@@ -522,7 +522,7 @@ class Blocks extends React.Component {
522
this.workspace.removeChangeListener(this.toolboxUpdateChangeListener);
523
const dom = this.ScratchBlocks.utils.xml.textToDom(data.xml);
524
try {
525
- this.ScratchBlocks.Xml.clearWorkspaceAndLoadFromXml(
+ this.ScratchBlocks.clearWorkspaceAndLoadFromXml(
526
dom,
527
this.workspace
528
);
0 commit comments