Merge pull request #337 from astrot1988/fix_subgraph

fix: subgraph remove output
This commit is contained in:
Javi Agenjo
2023-03-02 11:47:21 +01:00
committed by GitHub

View File

@@ -264,7 +264,7 @@
};
Subgraph.prototype.onSubgraphRemovedOutput = function(name) {
var slot = this.findInputSlot(name);
var slot = this.findOutputSlot(name);
if (slot == -1) {
return;
}