Code changes as per review comment.
This commit is contained in:
parent
431cf25faa
commit
8ff11f914d
@ -368,7 +368,7 @@ import UIKit
|
||||
if isSelected { startEditing() }
|
||||
|
||||
//Added to override text when view is reloaded.
|
||||
if let text = textEntryFieldModel?.text, !text.isEmpty {
|
||||
if let text = model.text, !text.isEmpty {
|
||||
regexTextFieldOutputIfAvailable()
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user