mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
GitGraph: corrected minor typo in comment.
This commit is contained in:
parent
f7d83e2cda
commit
31a8e040fa
@ -408,7 +408,7 @@ const drawArrow = (svg, commitA, commitB, allCommits) => {
|
||||
? commitB.branch
|
||||
: commitA.branch;
|
||||
const arrowNeedsRerouting = shouldRerouteArrow(commitA, commitB, branchToGetCurve, allCommits);
|
||||
// log.debug('drawArrow', p1, p2, arrowNeedsReroute, commitA.id, commitB.id);
|
||||
// log.debug('drawArrow', p1, p2, arrowNeedsRerouting, commitA.id, commitB.id);
|
||||
|
||||
// Lower-right quadrant logic; top-left is 0,0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user