updated var to remove warning
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
b95af61bdc
commit
23946a254e
@ -105,7 +105,7 @@ open class TextLinkCaret: Control {
|
||||
//--------------------------------------------------
|
||||
open override func updateView() {
|
||||
|
||||
var updatedText = text ?? ""
|
||||
let updatedText = text ?? ""
|
||||
|
||||
caretView.surface = surface
|
||||
caretView.disabled = disabled
|
||||
|
||||
Loading…
Reference in New Issue
Block a user