We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc5961 commit b48c12bCopy full SHA for b48c12b
packages/svelte/src/internal/client/runtime.js
@@ -920,9 +920,6 @@ export function flushSync(fn) {
920
flush_tasks();
921
}
922
923
- // TODO this doesn't seem quite right — may run into
924
- // interesting cases where there are multiple roots.
925
- // it'll do for now though
926
if (active_fork?.pending === 0) {
927
active_fork.remove();
928
0 commit comments