Fix refactoring

This commit is contained in:
Leo Vasanko 2025-08-27 06:03:15 -06:00
parent b3b2391dfb
commit 354893342d

View File

@ -253,7 +253,7 @@ export function createVirtualWeekManager({
e = fromLocalString(selEnd, DEFAULT_TZ)
day.isSelected = !isBefore(d, s) && !isAfter(d, e)
} else day.isSelected = false
day.events = buildDayEvents(dateStr)
day.events = buildDayEvents(calendarStore.events.values(), dateStr, DEFAULT_TZ)
}
}
if (process.env.NODE_ENV !== 'production') {