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
"doc/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "29f5ef46a5ae1e750e5286f73328ee9d262c2f36"
Commit
989acd76
authored
Apr 21, 2023
by
comfyanonymous
Browse files
Cleanup.
parent
d5a59da6
Changes
1
Hide 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({
...
@@ -54,7 +54,7 @@ app.registerExtension({
this
.
slot_types_default_in
[
type
].
push
(
nodeId
);
this
.
slot_types_default_in
[
type
].
push
(
nodeId
);
}
}
var
maxNum
=
this
.
suggestionsNumber
?
this
.
suggestionsNumber
.
value
:
5
;
var
maxNum
=
this
.
suggestionsNumber
.
value
;
this
.
setDefaults
(
maxNum
);
this
.
setDefaults
(
maxNum
);
},
},
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