"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "df298e1001a6a53726f7c5fe9712c662425b6828"
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