fix: Sequence actor rendering

This commit is contained in:
Sidharth Vinod 2023-12-07 09:57:02 +05:30
parent a9818b40b6
commit 22f83f1614
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -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);
}