mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
added "inherit" relation, #3493
This commit is contained in:
@@ -197,6 +197,8 @@ function createNewNote(params) {
|
||||
if (!note.hasOwnedRelation('template', params.templateNoteId)) {
|
||||
note.addRelation('template', params.templateNoteId);
|
||||
}
|
||||
|
||||
// no special handling for ~inherit since it doesn't matter if it's assigned with the note creation or later
|
||||
}
|
||||
|
||||
triggerNoteTitleChanged(note);
|
||||
|
||||
Reference in New Issue
Block a user