We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://groups.google.com/g/blockly/c/kO73J-XImMw Currently we do not call dispose before loading the new workspace XML.
The text was updated successfully, but these errors were encountered:
I tried adding Blockly.getMainWorkspace().dispose(); before the new XML is loaded in but it deleted the editor and didn't recreate it
Blockly.getMainWorkspace().dispose();
Sorry, something went wrong.
No branches or pull requests
https://groups.google.com/g/blockly/c/kO73J-XImMw
Currently we do not call dispose before loading the new workspace XML.
The text was updated successfully, but these errors were encountered: