diff --git a/src/services/notes.js b/src/services/notes.js index 87ddaff66..745a87542 100644 --- a/src/services/notes.js +++ b/src/services/notes.js @@ -61,7 +61,7 @@ function deriveMime(type, mime) { } function copyChildAttributes(parentNote, childNote) { - for (const attr of parentNote.getOwnedAttributes()) { + for (const attr of parentNote.getAttributes()) { if (attr.name.startsWith("child:")) { new Attribute({ noteId: childNote.noteId,