mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
attachment ETAPI support WIP
This commit is contained in:
@@ -187,7 +187,7 @@ class BBranch extends AbstractBeccaEntity {
|
||||
|
||||
// first delete children and then parent - this will show up better in recent changes
|
||||
|
||||
log.info(`Deleting note ${note.noteId}`);
|
||||
log.info(`Deleting note '${note.noteId}'`);
|
||||
|
||||
this.becca.notes[note.noteId].isBeingDeleted = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user