Skip to content

Commit

Permalink
clear bounds?
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Dec 21, 2023
1 parent 6d84694 commit 8c96913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@glimmer/runtime/lib/vm/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ export class ListBlockOpcode extends BlockOpcode {
}
for (const opcode of opcodes) {
destroy(opcode);
clear(opcode);
}
clear(this.bounds);
this.opcodeMap.clear();
}

Expand Down

0 comments on commit 8c96913

Please sign in to comment.