Skip to content

Commit

Permalink
Corrected sequenceRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrolin47 committed Feb 15, 2023
1 parent 0c38f20 commit aef989f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/sequence/sequenceRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down

0 comments on commit aef989f

Please sign in to comment.