Skip to content

Commit

Permalink
chore: Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Aug 22, 2024
1 parent 47ac57b commit 0a0546e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 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

0 comments on commit 0a0546e

Please sign in to comment.