Fix ghost links on IO remove slot

This commit is contained in:
Austin Mroz
2026-05-26 16:44:46 -07:00
parent 5a7b1d6a90
commit 8f15084fa4

View File

@@ -265,7 +265,7 @@ export abstract class SubgraphIONodeBase<
break
}
this.subgraph.setDirtyCanvas(true)
this.subgraph.setDirtyCanvas(true, true)
}
/**