Skip to content

Commit

Permalink
clear bounds?
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Dec 20, 2023
1 parent 646cacf commit cee6d85
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 cee6d85

Please sign in to comment.