Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Oct 30, 2024
1 parent f01b8c3 commit a537662
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/layouter/state_machine/sm_layouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,6 @@ export class SMLayouter {
if (n !== node)
exitCandidates.add(n);
}
const loopGuardPostdom = this.iPostDoms.get(node)
if (loopGuardPostdom && loopGuardPostdom !== node)
exitCandidates.add(loopGuardPostdom);

if (exitCandidates.size < 1) {
throw new Error('No exit candidates found.');
Expand Down

0 comments on commit a537662

Please sign in to comment.