pull/15844/head
Rich Harris 3 months ago
parent a6780302a5
commit 1bf49490dc

@ -236,7 +236,7 @@ export class Boundary {
this.parent.#update_pending_count(d); this.parent.#update_pending_count(d);
} }
queue_micro_task(() => { queueMicrotask(() => {
update(this.effect_pending, d); update(this.effect_pending, d);
}); });
} }

Loading…
Cancel
Save