macOS: Nullify observationToken on prepareForReuse()
This commit is contained in:
parent
fad463d449
commit
9622128a80
|
@ -108,6 +108,7 @@ class EditableKeyValueRow: NSView {
|
|||
key = ""
|
||||
value = ""
|
||||
isKeyInBold = false
|
||||
observationToken = nil
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue