Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use moment-range overlaps method
The moment-range `overlaps` method doesn't consider ranges which 'touch' on equal start/end moments to be overlapping. This breaks highlighting and selection display across month boundaries. Instead, explicitly test if the first range contains the start and end days of the second range.
- Loading branch information