mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
common JS module system prototype
This commit is contained in:
@@ -217,7 +217,7 @@ const noteEditor = (function() {
|
||||
if (currentNote.detail.type === 'render') {
|
||||
$noteDetailRender.show();
|
||||
|
||||
const subTree = await server.get('script/subtree/' + getCurrentNoteId());
|
||||
const subTree = await server.get('script/render/' + getCurrentNoteId());
|
||||
|
||||
$noteDetailRender.html(subTree);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user