mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Group menu option select nodes
This commit is contained in:
parent
3fcab0c642
commit
a7b65b9505
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user