mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 14:54:37 +00:00
Merge pull request #337 from astrot1988/fix_subgraph
fix: subgraph remove output
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
};
|
||||
|
||||
Subgraph.prototype.onSubgraphRemovedOutput = function(name) {
|
||||
var slot = this.findInputSlot(name);
|
||||
var slot = this.findOutputSlot(name);
|
||||
if (slot == -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user