Skip to content

Commit

Permalink
Update packages/joint-layout-directed-graph/DirectedGraph.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynekstara authored Oct 30, 2024
1 parent 4278a86 commit 4eef8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/joint-layout-directed-graph/DirectedGraph.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const DirectedGraph = {

const SIMPLIFY_THRESHOLD = 0.001;

const link = this.getCell(edgeObj.name);
const link = graph.getCell(edgeObj.name);
const glEdge = glGraph.edge(edgeObj);
const points = glEdge.points || [];
const polyline = new g.Polyline(points);
Expand Down

0 comments on commit 4eef8e7

Please sign in to comment.