remove TODO

pull/15844/head
Rich Harris 3 months ago
parent 9bedb7f729
commit 636c809a20

@ -114,7 +114,6 @@ export class Batch {
for (const [source, value] of this.#current) {
batch.#current.set(source, value);
// TODO what about batch.#previous?
}
for (const e of this.render_effects) {

Loading…
Cancel
Save