mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
fix a bug which caused immedate deletion of created attributes
This commit is contained in:
@@ -116,7 +116,7 @@ function updateNoteAttributes(req) {
|
||||
|
||||
const note = becca.getNote(noteId);
|
||||
|
||||
let existingAttrs = note.getOwnedAttributes();
|
||||
let existingAttrs = note.getOwnedAttributes().slice();
|
||||
|
||||
let position = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user