clearout attributes on a text reset

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-05-08 10:46:14 -05:00
parent 8ed2506580
commit 01c7df3c69

View File

@ -52,6 +52,7 @@ open class Label: UILabel, Handlerable, ViewProtocol, Resettable, UserInfoable {
override open var text: String? {
didSet {
attributes = nil
didChange()
}
}