mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
removed dependency on note tree widget from app context
This commit is contained in:
@@ -36,6 +36,7 @@ export async function showDialog(nodes) {
|
||||
}
|
||||
|
||||
async function moveNotesTo(notePath) {
|
||||
// FIXME
|
||||
const targetNode = await appContext.getMainNoteTree().getNodeFromPath(notePath);
|
||||
|
||||
await treeChangesService.moveToParentNote(movedNodes, targetNode);
|
||||
|
||||
Reference in New Issue
Block a user