Skip to content

Commit fad4b4f

Browse files
committed
Fix fullcalendar.io bug that sometimes breaks our upcoming events section
1 parent 234062d commit fad4b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/static/lib/fullcalendar-3.5.1/fullcalendar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17601,6 +17601,7 @@ var ListViewGrid = Grid.extend({
1760117601
// and mutate the latest seg to the be the end.
1760217602
if (
1760317603
!seg.isEnd && !footprint.isAllDay &&
17604+
dayIndex + 1 < dayRanges.length &&
1760417605
footprint.unzonedRange.endMs < dayRanges[dayIndex + 1].startMs + view.nextDayThreshold
1760517606
) {
1760617607
seg.endMs = footprint.unzonedRange.endMs;

0 commit comments

Comments
 (0)