reinstate kludge

pull/16971/head
Rich Harris 1 month ago
parent c3db9ac137
commit 1e2958e5ac

@ -285,6 +285,13 @@ export class Boundary {
this.#anchor.before(this.#offscreen_fragment);
this.#offscreen_fragment = null;
}
// TODO this feels like a little bit of a kludge, but until we
// overhaul the boundary/batch relationship it's probably
// the most pragmatic solution available to us
queue_micro_task(() => {
Batch.ensure().flush();
});
}
}

Loading…
Cancel
Save