Attach the fullCalendar instance to the calendar component for easy access

This commit is contained in:
Alex Tselegidis 2024-05-17 12:56:10 +02:00
parent 295a5f1baf
commit 98998ad0b8
1 changed files with 2 additions and 0 deletions

View File

@ -1494,6 +1494,8 @@ App.Utils.CalendarDefaultView = (function () {
fullCalendar.render();
$calendar.data('fullCalendar', fullCalendar);
// Trigger once to set the proper footer position after calendar initialization.
onWindowResize();