Merge branch 'group-select-nodes' of https://github.com/jn-jairo/ComfyUI
This commit is contained in:
commit
1b782f2494
|
@ -38,6 +38,15 @@ app.registerExtension({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
options.push({
|
||||||
|
content: "Select Nodes",
|
||||||
|
callback: () => {
|
||||||
|
this.selectNodes(nodesInGroup);
|
||||||
|
this.graph.change();
|
||||||
|
this.canvas.focus();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
// Modes
|
// Modes
|
||||||
// 0: Always
|
// 0: Always
|
||||||
// 1: On Event
|
// 1: On Event
|
||||||
|
|
Loading…
Reference in New Issue