note to self

pull/16197/head
Rich Harris 5 months ago
parent 399bda5d7c
commit a98b5eaf5f

@ -22,6 +22,7 @@ export function async(node, expressions, fn) {
restore(); restore();
fn(node, ...result); fn(node, ...result);
// TODO is this necessary?
batch.run(() => { batch.run(() => {
schedule_effect(effect); schedule_effect(effect);
}); });

Loading…
Cancel
Save