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
a7b65b95
Commit
a7b65b95
authored
Oct 14, 2023
by
Jairo Correa
Browse files
Group menu option select nodes
parent
3fcab0c6
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 @
a7b65b95
...
...
@@ -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
...
...
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