diff --git a/src/runtime/index.ts b/src/runtime/index.ts index 941e889..8e74336 100644 --- a/src/runtime/index.ts +++ b/src/runtime/index.ts @@ -292,9 +292,6 @@ async function navigate(target: Target, id: number): Promise { const token = current_token = {}; const { redirect, data, nullable_depth } = await loaded; - if (root) { - root.set({ preloading: false }); - } if (redirect) { await goto(redirect.location, { replaceState: true });