fix `$effect.pending()`

pull/16197/head
Rich Harris 5 months ago
parent 48293d205d
commit d7d528c046

@ -157,8 +157,6 @@ export class Batch {
} }
} }
} }
update_pending();
} }
/** /**
@ -176,6 +174,8 @@ export class Batch {
} }
this.#callbacks.clear(); this.#callbacks.clear();
raf.tick(update_pending);
} }
increment() { increment() {

Loading…
Cancel
Save