mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Cleanup.
This commit is contained in:
parent
d5a59da662
commit
989acd769a
@ -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