load only expanded tree with the rest being lazy loaded, WIP

This commit is contained in:
azivner
2018-04-16 16:26:47 -04:00
parent d57057ba28
commit 1687ed7e0b
10 changed files with 50 additions and 47 deletions

View File

@@ -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();