mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
chore: await drawActors
This commit is contained in:
parent
1d86cf01ad
commit
886eda92a9
@ -839,7 +839,7 @@ export const draw = async function (_text: string, id: string, _version: string,
|
||||
log.debug('createdActors', createdActors);
|
||||
log.debug('destroyedActors', destroyedActors);
|
||||
|
||||
drawActors(diagram, actors, actorKeys, false);
|
||||
await drawActors(diagram, actors, actorKeys, false);
|
||||
|
||||
// Draw the messages/signals
|
||||
let sequenceIndex = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user