note to self

pull/17150/head
Rich Harris 7 days ago
parent f8b81521f1
commit a1beaf3562

@ -286,8 +286,11 @@ export function each(node, flags, get_collection, get_key, render_fn, fallback_f
} }
if (!first_run) { if (!first_run) {
if (should_defer_append()) { if (defer) {
batch.oncommit(commit); batch.oncommit(commit);
batch.ondiscard(() => {
// TODO presumably we need to do something here?
});
} else { } else {
commit(); commit();
} }

Loading…
Cancel
Save