moved logic

This commit is contained in:
Kevin G Christiano 2020-10-02 12:00:09 -04:00
parent 5bac63324f
commit 40f2b5db17

View File

@ -241,15 +241,15 @@ public typealias ActionBlock = () -> ()
public func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
clauses = []
text = nil
attributedText = nil
originalAttributedString = nil
guard let labelModel = model as? LabelModel else {
text = ""
return
}
text = nil
attributedText = nil
originalAttributedString = nil
text = labelModel.text
/*