complete merge

pull/16197/head
Rich Harris 4 months ago
parent 541ab9757c
commit b1960ce467

@ -131,6 +131,14 @@ export class Batch {
}
}
for (const e of this.skipped_effects) {
batch.skipped_effects.add(e);
}
for (const fn of this.#callbacks) {
batch.#callbacks.add(fn);
}
this.remove();
break;
}

Loading…
Cancel
Save