clearout attributes on a text reset
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
8ed2506580
commit
01c7df3c69
@ -52,6 +52,7 @@ open class Label: UILabel, Handlerable, ViewProtocol, Resettable, UserInfoable {
|
||||
|
||||
override open var text: String? {
|
||||
didSet {
|
||||
attributes = nil
|
||||
didChange()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user