mermaid-js / zenuml-core

The ZenUML renderer
https://embed.zenuml.com
MIT License
31 stars 8 forks source link

Self Async Message inside a Sync Message is not aligned #100

Open MrCoder opened 10 months ago

MrCoder commented 10 months ago
A.method1 {
    B->B: Self Async
}
image

This is a regression issue possibly introduced by https://github.com/mermaid-js/zenuml-core/pull/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.