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
MrCoder opened this issue 2 years ago · comments
Code to reproduce this issue:
// Issue #88 A->A.method { // [bold, red]Issue #89 B:async message }
This issue may be related to #88 .
There is a similar scenario when this issue occurs.
A.method() { B:method self() { // [bold, red] similar issue B:method } }
The PRs have fixed a couple of issues, but it introduced a regression on this following case.
A->B:message
Note, sync message works fine.
A->B.method
One more example:
A->B.method { // [red, bold] issue #89 A:method }