mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +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);
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user