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