mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-30 01:07:59 -05:00
Remove comments
This commit is contained in:
@@ -243,8 +243,6 @@ export class EdgeManager {
|
||||
}
|
||||
|
||||
for (const [, outgoingEdge] of targetNode.outgoingEdges) {
|
||||
// Only skip backwards edges (loop_continue) - we need to propagate through
|
||||
// loop_exit and parallel_exit to deactivate nodes after the loop/parallel
|
||||
if (!this.isBackwardsEdge(outgoingEdge.sourceHandle)) {
|
||||
this.deactivateEdgeAndDescendants(
|
||||
targetId,
|
||||
|
||||
Reference in New Issue
Block a user