From 9f4d4e70de4ef08398e69fe13af3b588a4afc889 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 16 Aug 2018 12:39:54 -0400 Subject: [PATCH] can remove this, preloading is set false on render --- src/runtime/index.ts | 3 --- 1 file changed, 3 deletions(-) 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 });