Skip to content

Commit

Permalink
fix: Sequence actor rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Dec 7, 2023
1 parent a9818b4 commit 22f83f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mermaid/src/diagrams/sequence/sequenceRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,6 @@ export const draw = async function (_text: string, id: string, _version: string,
log.debug('createdActors', createdActors);
log.debug('destroyedActors', destroyedActors);

await drawActors(diagram, actors, actorKeys, false);
for (const e of messagesToDraw) {
await drawMessage(diagram, e.messageModel, e.lineStartY, diagObj);
}
Expand Down

0 comments on commit 22f83f1

Please sign in to comment.