allow also deleting note when removing note from note relation

This commit is contained in:
azivner
2018-11-14 23:30:28 +01:00
parent fa264d1cbe
commit 8ee8639faa
6 changed files with 67 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ const dragAndDropSetup = {
const selectedNodes = treeService.getSelectedNodes().map(node => {
return {
noteId: node.data.noteId,
title: node.data.title
title: node.title
}
});