mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
hidden subtree is now built as "predictable" to avoid duplicating it in sync
This commit is contained in:
@@ -172,7 +172,7 @@ function updateNoteAttributes(req) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// no existing attribute has been matched so we need to create a new one
|
||||
// no existing attribute has been matched, so we need to create a new one
|
||||
// type, name and isInheritable are immutable so even if there is an attribute with matching type & name, we need to create a new one and delete the former one
|
||||
|
||||
note.addAttribute(incAttr.type, incAttr.name, incAttr.value, incAttr.isInheritable, position);
|
||||
|
||||
Reference in New Issue
Block a user