mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	renamed currentNote to activeNote to be consistent with frontend API
This commit is contained in:
		| @@ -31,7 +31,7 @@ async function show() { | ||||
|  | ||||
|     $component.show(); | ||||
|  | ||||
|     textEditor.setData(noteDetailService.getCurrentNote().noteContent.content); | ||||
|     textEditor.setData(noteDetailService.getActiveNote().noteContent.content); | ||||
| } | ||||
|  | ||||
| function getContent() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user