mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
attachments WIP
This commit is contained in:
@@ -269,7 +269,7 @@ function processAttachment(loadResults, ec) {
|
||||
} else {
|
||||
const note = froca.notes[ec.entity.parentId];
|
||||
|
||||
if (note && note.attachments) {
|
||||
if (note?.attachments) {
|
||||
note.attachments.push(new FAttachment(froca, ec.entity));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user