out of date

pull/16197/head
Rich Harris 6 months ago
parent 8cc5961960
commit b48c12b859

@ -920,9 +920,6 @@ export function flushSync(fn) {
flush_tasks(); flush_tasks();
} }
// TODO this doesn't seem quite right — may run into
// interesting cases where there are multiple roots.
// it'll do for now though
if (active_fork?.pending === 0) { if (active_fork?.pending === 0) {
active_fork.remove(); active_fork.remove();
} }

Loading…
Cancel
Save