Skip to content

Commit

Permalink
added task
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lg committed Nov 8, 2024
1 parent ac7f16c commit 1b60045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ICSharpCode.ILSpyX/MermaidDiagrammer/html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@
}
},

/* TODO watch https://github.com/mermaid-js/mermaid/issues/6034 for a solution to render multiple self-references,
which is currently broken. E.g. for LightJson.JsonValue (compare console log) */
// renders HasOne and HasMany relations
renderRelations = (typeId, relations, many) => {
if (relations) // expecting object; only process if not null or undefined
Expand Down

0 comments on commit 1b60045

Please sign in to comment.