Node highlighting

This commit is contained in:
Ian Gulliver
2019-07-10 23:19:39 +00:00
parent 4857bb97cb
commit d52c8206a6
5 changed files with 31 additions and 2 deletions

View File

@@ -108,6 +108,7 @@ class GraphNode {
let node = new GraphNode();
node.label = item.label;
node.soft = soft;
node.highlight = item.highlight;
return node;
}
}