Fix models that missed refactor.

This commit is contained in:
Kyle Matthew Hedden 2022-06-29 16:38:32 -04:00
parent 044a103665
commit 2de6783bf0
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ open class LinkModel: ButtonModelProtocol, MoleculeModelProtocol, EnableableMode
public var inverted = false
public var size:linkFontSize = linkFontSize.small
public var shouldMaskRecordedView: Bool = false
public var shouldMaskRecordedView: Bool? = false
//--------------------------------------------------
// MARK: - Initializer

View File

@ -26,7 +26,7 @@
public var hero: Int?
public var makeWholeViewClickable: Bool?
public var numberOfLines: Int?
public var shouldMaskRecordedView: Bool = false
public var shouldMaskRecordedView: Bool? = false
//--------------------------------------------------
// MARK: - Keys