Fix models that missed refactor.
This commit is contained in:
parent
044a103665
commit
2de6783bf0
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user