macOS: Nullify observationToken on prepareForReuse()

This commit is contained in:
Roopesh Chander 2019-03-17 15:59:55 +05:30 committed by Jason A. Donenfeld
parent fad463d449
commit 9622128a80
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class EditableKeyValueRow: NSView {
key = ""
value = ""
isKeyInBold = false
observationToken = nil
}
}