mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	split out note's content into separate entity, WIP
This commit is contained in:
		| @@ -22,7 +22,7 @@ async function show() { | ||||
|  | ||||
|     textEditor.isReadOnly = await isReadOnly(); | ||||
|  | ||||
|     textEditor.setData(noteDetailService.getCurrentNote().content); | ||||
|     textEditor.setData(noteDetailService.getCurrentNote().noteContent.content); | ||||
|  | ||||
|     $component.show(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user