mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
fix: Sequence actor rendering
This commit is contained in:
parent
a9818b40b6
commit
22f83f1614
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user