mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
fix saving & refreshing attributes across compoments
This commit is contained in:
@@ -89,7 +89,7 @@ function updateNoteAttributes(req) {
|
||||
|
||||
const note = repository.getNote(noteId);
|
||||
|
||||
let existingAttrs = note.getAttributes();
|
||||
let existingAttrs = note.getOwnedAttributes();
|
||||
|
||||
let position = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user