updated var to remove warning

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-11-08 15:09:07 -06:00
parent b95af61bdc
commit 23946a254e

View File

@ -105,7 +105,7 @@ open class TextLinkCaret: Control {
//--------------------------------------------------
open override func updateView() {
var updatedText = text ?? ""
let updatedText = text ?? ""
caretView.surface = surface
caretView.disabled = disabled