mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 05:52:33 +08:00
refreshing onCreate, removing a print
This commit is contained in:
parent
1f75e8bf8e
commit
a5df9e8c12
@ -23,7 +23,6 @@ app.registerExtension({
|
||||
};
|
||||
|
||||
const refreshPins = (subflowNodes) => {
|
||||
console.log(subflowNodes);
|
||||
inputSlots = [];
|
||||
outputSlots = [];
|
||||
|
||||
@ -81,5 +80,6 @@ app.registerExtension({
|
||||
return inputSlots[slot];
|
||||
};
|
||||
|
||||
refreshNode(node.widgets[0].value);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user