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

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2018-11-08 12:25:14 +05:30
parent 9840e94c84
commit ec2d67ea00
@@ -488,6 +488,7 @@ class TunnelEditTableViewKeyValueCell: UITableViewCell {
isValueValid = true
keyboardType = .default
onValueChanged = nil
onValueBeingEdited = nil
}
}