mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
Cleanup.
This commit is contained in:
parent
ce8dacc0de
commit
eb7a0faa30
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user