"web/vscode:/vscode.git/clone" did not exist on "863e747dbde0ef7eae2a8e91ec95cb17c57acf76"
Commit 41d2c566 authored by Chris's avatar Chris
Browse files

add query

parent 8cc75c64
......@@ -1592,7 +1592,7 @@ export class ComfyApp {
all_inputs = all_inputs.concat(Object.keys(parent.inputs))
for (let parent_input in all_inputs) {
parent_input = all_inputs[parent_input];
if (parent.inputs[parent_input].type === node.inputs[i].type) {
if (parent.inputs[parent_input]?.type === node.inputs[i].type) {
link = parent.getInputLink(parent_input);
if (link) {
parent = parent.getInputNode(parent_input);
......
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