mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
GitGraph: corrected minor typo in comment.
This commit is contained in:
@@ -408,7 +408,7 @@ const drawArrow = (svg, commitA, commitB, allCommits) => {
|
|||||||
? commitB.branch
|
? commitB.branch
|
||||||
: commitA.branch;
|
: commitA.branch;
|
||||||
const arrowNeedsRerouting = shouldRerouteArrow(commitA, commitB, branchToGetCurve, allCommits);
|
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
|
// Lower-right quadrant logic; top-left is 0,0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user