widgetizing tree WIP

This commit is contained in:
zadam
2020-01-12 11:15:23 +01:00
parent b12e38c231
commit 61474defff
13 changed files with 188 additions and 243 deletions

View File

@@ -39,7 +39,7 @@ export async function showDialog(nodes) {
}
async function moveNotesTo(notePath) {
const targetNode = await treeService.getNodeFromPath(notePath);
const targetNode = await appContext.getMainNoteTree().getNodeFromPath(notePath);
await treeChangesService.moveToNode(movedNodes, targetNode);