Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
1b782f24
"docs/source/vscode:/vscode.git/clone" did not exist on "009273dbddd0964c378d7131445bfc0ae63bc29c"
Commit
1b782f24
authored
Oct 14, 2023
by
comfyanonymous
Browse files
Merge branch 'group-select-nodes' of
https://github.com/jn-jairo/ComfyUI
parents
a0ce8a44
a7b65b95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
web/extensions/core/groupOptions.js
web/extensions/core/groupOptions.js
+9
-0
No files found.
web/extensions/core/groupOptions.js
View file @
1b782f24
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment