mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
fix autocomplete casing issue with first level notes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user