mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	frontend API addition to protect current note
This commit is contained in:
		| @@ -153,7 +153,8 @@ async function createNote(parentNoteId, title, content = "", extraOptions = {}) | ||||
|             noteId: note.noteId, | ||||
|             type: attr.type, | ||||
|             name: attr.name, | ||||
|             value: attr.value | ||||
|             value: attr.value, | ||||
|             isInheritable: !!attr.isInheritable | ||||
|         }); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user