This commit is contained in:
relaxed 2024-08-25 12:20:33 +05:00
parent b8e463b000
commit 4cc441ca3b

View File

@ -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;
}
}