fix: subgraph remove output

This commit is contained in:
astrot1988
2023-03-02 13:09:46 +03:00
parent f87fb7d137
commit acf058a730

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;
}