From d4ab7f56653aeaa61849a265be7a5c13205e6fbe Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 20 Aug 2025 21:07:59 -0600 Subject: [PATCH] Fix the refactoring --- calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar.js b/calendar.js index 98256d2..b367770 100644 --- a/calendar.js +++ b/calendar.js @@ -252,7 +252,7 @@ class InfiniteCalendar { this.addEventsToWeek(weekEl, vw) } - this.applySelectionToVisible() + this.eventManager.applySelectionToVisible() } updateYearLabel(scrollTop) {