mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-04 23:20:07 +00:00
Fix var declaration (#26)
This commit is contained in:
@@ -11049,7 +11049,7 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
}else{
|
||||
// is not not connected
|
||||
}
|
||||
nodeNewType = false;
|
||||
let nodeNewType = false;
|
||||
if(typeof slotTypesDefault[fromSlotType] == "object" || typeof slotTypesDefault[fromSlotType] == "array"){
|
||||
for(var typeX in slotTypesDefault[fromSlotType]){
|
||||
if (opts.nodeType == slotTypesDefault[fromSlotType][typeX] || opts.nodeType == "AUTO"){
|
||||
|
||||
Reference in New Issue
Block a user