not needed
This commit is contained in:
parent
40f2b5db17
commit
e676e1f7c1
@ -245,10 +245,7 @@ public typealias ActionBlock = () -> ()
|
|||||||
attributedText = nil
|
attributedText = nil
|
||||||
originalAttributedString = nil
|
originalAttributedString = nil
|
||||||
|
|
||||||
guard let labelModel = model as? LabelModel else {
|
guard let labelModel = model as? LabelModel else { return }
|
||||||
text = ""
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
text = labelModel.text
|
text = labelModel.text
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user