The code works fine, but I now get a warning in the debugger:
blockly_compressed.js:164 Blockly.Workspace.getAllVariables was deprecated in v12 and will be deleted in v13.
Use Blockly.Workspace.getVariableMap().getAllVariables instead.
warn$$module$build$src$core$utils$deprecation@blockly_compressed.js:164
getAllVariables@blockly_compressed.js:1277
domToBlockInternal$$module$build$src$core$xml@blockly_compressed.js:319
$.domToWorkspace$$module$build$src$core$xml@blockly_compressed.js:312
It seems to work fine.Any suggestions?Michael