mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
sync changes wip
This commit is contained in:
@@ -38,7 +38,7 @@ export async function showDialog(nodes) {
|
||||
async function moveNotesTo(notePath) {
|
||||
const targetNode = await appContext.getMainNoteTree().getNodeFromPath(notePath);
|
||||
|
||||
await treeChangesService.moveToNode(movedNodes, targetNode);
|
||||
await treeChangesService.moveToParentNote(movedNodes, targetNode);
|
||||
|
||||
toastService.showMessage(`Selected notes have been moved into ${targetNode.title}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user