mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	added libraries for relation map
This commit is contained in:
		| @@ -1,14 +1,17 @@ | ||||
| import server from "./server.js"; | ||||
| import noteDetailService from "./note_detail.js"; | ||||
| import libraryLoader from "./library_loader.js"; | ||||
|  | ||||
| const $noteDetailRelationMap = $("#note-detail-relation-map"); | ||||
|  | ||||
| async function render() { | ||||
| async function show() { | ||||
|     $noteDetailRelationMap.show(); | ||||
|  | ||||
|     await libraryLoader.requireLibrary(libraryLoader.RELATION_MAP); | ||||
| } | ||||
|  | ||||
| export default { | ||||
|     show: render, | ||||
|     show, | ||||
|     getContent: () => "", | ||||
|     focus: () => null, | ||||
|     onNoteChange: () => null | ||||
|   | ||||
		Reference in New Issue
	
	Block a user