async-svelte-set-alternative
Rich Harris 2 days ago
parent 2c2bc766e9
commit 3cdeda6ca9

@ -503,6 +503,7 @@ export class Batch {
batch.#blockers.delete(this);
if (batch.#blockers.size === 0 && !batch.#is_deferred()) {
batch.activate();
batch.#revive();
batch.#process();
}

Loading…
Cancel
Save