mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
small sync fixes and refactorings
This commit is contained in:
@@ -219,7 +219,7 @@ class BBranch extends AbstractBeccaEntity {
|
||||
|
||||
this.becca.notes[note.noteId].isBeingDeleted = true;
|
||||
|
||||
for (const attribute of note.getOwnedAttributes()) {
|
||||
for (const attribute of note.getOwnedAttributes().slice()) {
|
||||
attribute.markAsDeleted(deleteId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user