mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
allow also deleting note when removing note from note relation
This commit is contained in:
@@ -13,7 +13,7 @@ const dragAndDropSetup = {
|
||||
const selectedNodes = treeService.getSelectedNodes().map(node => {
|
||||
return {
|
||||
noteId: node.data.noteId,
|
||||
title: node.data.title
|
||||
title: node.title
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user