hotfix
This commit is contained in:
parent
b8e463b000
commit
4cc441ca3b
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user