From affa23fb6348cdc48a26e11395041a078cef3935 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Thu, 21 Aug 2025 09:07:59 +0000 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) {