pull/15895/head
Rich Harris 4 months ago
parent 434f40fb3b
commit dcef3d0845

@ -825,6 +825,8 @@ export function flushSync(fn) {
if (fn) { if (fn) {
is_flushing = true; is_flushing = true;
flush_queued_root_effects(); flush_queued_root_effects();
is_flushing = true;
result = fn(); result = fn();
} }

Loading…
Cancel
Save