We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e6ba0 commit 606f96cCopy full SHA for 606f96c
core/lib/lineage_hunter.js
@@ -7,6 +7,8 @@ var lineage_hunter = function () {
7
var pa = require('./pattern_assembler');
8
9
function findlineage(pattern, patternlab) {
10
+ // As we are adding edges from pattern to ancestor patterns, ensure it is known to the graph
11
+ patternlab.graph.add(pattern);
12
13
var pattern_assembler = new pa();
14
0 commit comments