Make nodes selectable from the grid
This commit is contained in:
@@ -26,6 +26,7 @@ class GraphGroup {
|
||||
|
||||
static process(item) {
|
||||
let group = new GraphGroup();
|
||||
group.id = item.id;
|
||||
group.label = item.label;
|
||||
group.highlight = item.highlight;
|
||||
group.nodeLabels = new Set();
|
||||
|
||||
Reference in New Issue
Block a user