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
989acd76
"vscode:/vscode.git/clone" did not exist on "7faa4507ecbd2ad67afcdea44b46ecdceec75232"
Commit
989acd76
authored
Apr 21, 2023
by
comfyanonymous
Browse files
Cleanup.
parent
d5a59da6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/extensions/core/slotDefaults.js
web/extensions/core/slotDefaults.js
+1
-1
No files found.
web/extensions/core/slotDefaults.js
View file @
989acd76
...
...
@@ -54,7 +54,7 @@ app.registerExtension({
this
.
slot_types_default_in
[
type
].
push
(
nodeId
);
}
var
maxNum
=
this
.
suggestionsNumber
?
this
.
suggestionsNumber
.
value
:
5
;
var
maxNum
=
this
.
suggestionsNumber
.
value
;
this
.
setDefaults
(
maxNum
);
},
setDefaults
(
maxNum
)
{
...
...
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