mermaid-js / zenuml-core

The ZenUML renderer

Home Page:https://embed.zenuml.com

Repository from Github https://github.commermaid-js/zenuml-coreRepository from Github https://github.commermaid-js/zenuml-core

Self Async Message inside a Sync Message is not aligned

MrCoder opened this issue · comments

A.method1 {
    B->B: Self Async
}
image

This is a regression issue possibly introduced by #98. However, the related PR fixed a lot of other issues and this case is rare and less impactful. I have created this issue to track it.

Done