mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 04:40:15 +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);
|
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