macOS: Nullify observationToken on prepareForReuse()

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-03-17 15:59:55 +05:30 committed by Jason A. Donenfeld
parent b2b5e0e379
commit f81275812c
1 changed files with 1 additions and 0 deletions

View File

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