Commit a7b65b95 authored by Jairo Correa's avatar Jairo Correa
Browse files

Group menu option select nodes

parent 3fcab0c6
......@@ -38,6 +38,15 @@ app.registerExtension({
}
}
options.push({
content: "Select Nodes",
callback: () => {
this.selectNodes(nodesInGroup);
this.graph.change();
this.canvas.focus();
}
});
// Modes
// 0: Always
// 1: On Event
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment