mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
note image detail
This commit is contained in:
@@ -4,7 +4,7 @@ import linkService from "./link.js";
|
||||
import libraryLoader from "./library_loader.js";
|
||||
import treeService from "./tree.js";
|
||||
|
||||
const $noteDetailRelationMap = $("#note-detail-relation-map");
|
||||
const $component = $("#note-detail-relation-map");
|
||||
const $relationMapCanvas = $("#relation-map-canvas");
|
||||
const $addChildNotesButton = $("#relation-map-add-child-notes");
|
||||
const $createChildNote = $("#relation-map-create-child-note");
|
||||
@@ -60,7 +60,7 @@ function loadMapData() {
|
||||
}
|
||||
|
||||
async function show() {
|
||||
$noteDetailRelationMap.show();
|
||||
$component.show();
|
||||
|
||||
await libraryLoader.requireLibrary(libraryLoader.RELATION_MAP);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user