macOS: Nullify observationToken on prepareForReuse()
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
b2b5e0e379
commit
f81275812c
|
@ -108,6 +108,7 @@ class EditableKeyValueRow: NSView {
|
|||
key = ""
|
||||
value = ""
|
||||
isKeyInBold = false
|
||||
observationToken = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue