"vscode:/vscode.git/clone" did not exist on "7faa4507ecbd2ad67afcdea44b46ecdceec75232"
Commit 989acd76 authored by comfyanonymous's avatar comfyanonymous
Browse files

Cleanup.

parent d5a59da6
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment