-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Edge Boxes if useHtmlLabels=false #541
Comments
The error is in: should be: |
Could you please reproduce the issue in https://mermaidjs.github.io/mermaid-live-editor/ and post back a link here? And for the error report, did you create an issue? I don't know which file you talked about. |
can not reproduce, its a long time ago. in file flowRenderer.js Line 459 |
It is better if you can reproduce. But I do see the code you pointed out, that code is very likely wrong. Nice catch. |
Confirmed, the bug was introduced in ab398c6#diff-2d1e5c0548ca8417cc597b345f914aa2L513 Thanks! |
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.3 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The Background Boxes are not rendered correct if html Labels are false.
Only the first one is shown, all other have no rect on edge labels.
The text was updated successfully, but these errors were encountered: