Skip to content

Commit

Permalink
removed negative behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
patchthecode committed Oct 19, 2019
1 parent 02cb81d commit 503ebe0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Sources/JTAppleCalendar/JTACMonthView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ open class JTACMonthView: UICollectionView {
/// just selected.
@available(*, unavailable, renamed: "allowsRangedSelection")
open var isRangeSelectionUsed: Bool = false
open var allowsRangedSelection: Bool = false {
didSet { allowsMultipleSelection = true }
}
open var allowsRangedSelection: Bool = false

open var rangeSelectionMode: RangeSelectionMode = .segmented

Expand Down

0 comments on commit 503ebe0

Please sign in to comment.