From 4cc441ca3b4857446850ea2dd8e6ee15dfe0efaa Mon Sep 17 00:00:00 2001 From: relaxed <> Date: Sun, 25 Aug 2024 12:20:33 +0500 Subject: [PATCH] hotfix --- src/App.svelte | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 2568f8a..0b08452 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -87,12 +87,6 @@ is_rasp_data_loading = true; is_rasp_cache_loaded = false; is_rasp_data_loaded = false; - console.log( - "some", - !is_rasp_data_loading && - !is_rasp_cache_loaded && - !is_rasp_data_loaded, - ); let cache_data = {}; @@ -151,6 +145,8 @@ // rasp_data = example; // scroll_to_today(); // }, 1000); + } else { + is_rasp_data_loading = false; } }