Skip to content

Commit

Permalink
Merge branch 'release/11.0.0' of github.com:mermaid-js/mermaid into r…
Browse files Browse the repository at this point in the history
…elease/11.0.0
  • Loading branch information
knsv committed Aug 22, 2024
2 parents 95e47d2 + 4da4793 commit 44037c0
Show file tree
Hide file tree
Showing 3 changed files with 10,411 additions and 8,236 deletions.
2 changes: 2 additions & 0 deletions .cspell/code-terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ SUBROUTINEEND
SUBROUTINESTART
Subschemas
substr
SVGG
SVGSVG
TAGEND
TAGSTART
techn
Expand Down
1 change: 1 addition & 0 deletions packages/mermaid-layout-elk/src/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ export const render = async (

// calculate start and end points of the edge, note that the source and target
// can be modified for shapes that have ports
// @ts-ignore TODO: fix this
const { source, target, sourceId, targetId } = getEdgeStartEndPoint(edge, dir);
log.debug('abc78 source and target', source, target);
// Add the edge to the graph
Expand Down
Loading

0 comments on commit 44037c0

Please sign in to comment.