From 6f3809a90f80dcfc8456c50e0c673ea7121dec50 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Thu, 31 Jul 2025 15:15:58 -0700 Subject: [PATCH] fix: use serialization wrapper --- src/containers/blocks.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/blocks.jsx b/src/containers/blocks.jsx index e41ecdec7ce..8c5c4da0f63 100644 --- a/src/containers/blocks.jsx +++ b/src/containers/blocks.jsx @@ -522,7 +522,7 @@ class Blocks extends React.Component { this.workspace.removeChangeListener(this.toolboxUpdateChangeListener); const dom = this.ScratchBlocks.utils.xml.textToDom(data.xml); try { - this.ScratchBlocks.Xml.clearWorkspaceAndLoadFromXml( + this.ScratchBlocks.clearWorkspaceAndLoadFromXml( dom, this.workspace );