Tunnel edit: While preparing for reuse, should make onValueBeingEdited nil as well

This commit is contained in:
Roopesh Chander 2018-11-08 12:25:14 +05:30
parent 8cb1850e44
commit d15473a2f5
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ class TunnelEditTableViewKeyValueCell: UITableViewCell {
isValueValid = true
keyboardType = .default
onValueChanged = nil
onValueBeingEdited = nil
}
}