From a537662d73a9a0c894b5349b88f5b25884181f99 Mon Sep 17 00:00:00 2001 From: Philipp Schaad Date: Wed, 30 Oct 2024 16:16:54 +0100 Subject: [PATCH] Fixes --- src/layouter/state_machine/sm_layouter.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/layouter/state_machine/sm_layouter.ts b/src/layouter/state_machine/sm_layouter.ts index b9b49c5..67c45df 100644 --- a/src/layouter/state_machine/sm_layouter.ts +++ b/src/layouter/state_machine/sm_layouter.ts @@ -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.');