"benchmark/git@developer.sourcefind.cn:change/sglang.git" did not exist on "1edd4e07d6ad52f4f63e7f6beaa5987c1e1cf621"
Commit 1b782f24 authored by comfyanonymous's avatar comfyanonymous
Browse files

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

parents a0ce8a44 a7b65b95
...@@ -38,6 +38,15 @@ app.registerExtension({ ...@@ -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
......
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