fix autocomplete casing issue with first level notes

This commit is contained in:
azivner
2018-08-13 21:01:14 +02:00
parent a684879b91
commit 2a53bb03ae
2 changed files with 4 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ async function updateEntity(entity) {
delete clone.jsonContent;
delete clone.isOwned;
delete clone.isChanged;
delete clone.__attributeCache;
for (const key in clone) {
// !isBuffer is for images and attachments