Corrected sequenceRenderer

This commit is contained in:
Per Brolin 2023-02-15 15:11:23 +01:00
parent 0c38f20281
commit aef989fe03
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ export const draw = function (_text: string, id: string, _version: string, diagO
conf = sequence;
diagObj.db.clear();
// Parse the graph definition
diagObj.parser.parse(text);
diagObj.parser.parse(_text);
// Handle root and Document for when rendering in sandbox mode
let sandboxElement;
if (securityLevel === 'sandbox') {