diff --git a/Sources/UserInteractionFunctions.swift b/Sources/UserInteractionFunctions.swift index 592fcd8e..d09c8a0f 100644 --- a/Sources/UserInteractionFunctions.swift +++ b/Sources/UserInteractionFunctions.swift @@ -623,7 +623,7 @@ extension JTAppleCalendarView { return emptySegment } - let cellAttributes = visibleElements() + let cellAttributes = visibleElements(excludeHeaders: true) let indexPaths: [IndexPath] = cellAttributes.map { $0.indexPath }.sorted() return dateSegmentInfoFrom(visible: indexPaths) }