mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
load only expanded tree with the rest being lazy loaded, WIP
This commit is contained in:
@@ -75,7 +75,7 @@ function goToLink(e) {
|
||||
}
|
||||
|
||||
function addLinkToEditor(linkTitle, linkHref) {
|
||||
const editor = noteDetailText.getEditor();
|
||||
const editor = noteDetailText.getEditor();Rum
|
||||
|
||||
editor.model.change( writer => {
|
||||
const insertPosition = editor.model.document.selection.getFirstPosition();
|
||||
|
||||
Reference in New Issue
Block a user