Fix the refactoring

This commit is contained in:
Leo Vasanko 2025-08-20 21:07:59 -06:00
parent 1edb3f0e85
commit d4ab7f5665

View File

@ -252,7 +252,7 @@ class InfiniteCalendar {
this.addEventsToWeek(weekEl, vw)
}
this.applySelectionToVisible()
this.eventManager.applySelectionToVisible()
}
updateYearLabel(scrollTop) {