Tunnel edit: While preparing for reuse, should make onValueBeingEdited nil as well
This commit is contained in:
parent
8cb1850e44
commit
d15473a2f5
|
@ -488,6 +488,7 @@ class TunnelEditTableViewKeyValueCell: UITableViewCell {
|
|||
isValueValid = true
|
||||
keyboardType = .default
|
||||
onValueChanged = nil
|
||||
onValueBeingEdited = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue