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