simpler fix

pull/16738/head
Rich Harris 2 weeks ago
parent 7e6a3bfea8
commit bcd3acad21

@ -259,14 +259,6 @@ export class Boundary {
this.#anchor.before(this.#offscreen_fragment);
this.#offscreen_fragment = null;
}
const batch = current_batch;
if (batch) {
queue_micro_task(() => {
batch.flush();
});
}
}
}

@ -685,7 +685,7 @@ export function suspend() {
batch.activate();
batch.decrement();
} else {
batch.deactivate();
batch.flush();
}
unset_context();

Loading…
Cancel
Save