Merge branch 'group-select-nodes' of https://github.com/jn-jairo/ComfyUI

This commit is contained in:
comfyanonymous 2023-10-14 14:28:59 -04:00
commit 1b782f2494
1 changed files with 9 additions and 0 deletions

View File

@ -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