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? {
|
override open var text: String? {
|
||||||
didSet {
|
didSet {
|
||||||
|
attributes = nil
|
||||||
didChange()
|
didChange()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user