timeline: quit processDay without head

pull/417/head
Varun Patil 2023-02-10 11:41:55 -08:00
parent 1069c1696d
commit ea5648eb16
1 changed files with 2 additions and 0 deletions

View File

@ -1011,6 +1011,8 @@ export default defineComponent({
if (!data) return;
const head = this.heads[dayId];
if (!head) return;
const day = head.day;
this.loadedDays.add(dayId);
this.sizedDays.add(dayId);