belt and braces

pull/15895/head
Rich Harris 4 months ago
parent a965d58715
commit f8de1cf47a

@ -833,6 +833,8 @@ export function flushSync(fn) {
while (queued_root_effects.length > 0) {
is_flushing = true;
flush_queued_root_effects();
is_flushing = true;
flush_tasks();
}

Loading…
Cancel
Save