fixes for some note moving edge cases, closes #454

This commit is contained in:
zadam
2019-03-18 21:59:53 +01:00
parent 33f2aaa650
commit 1faf2c6ecd
5 changed files with 92 additions and 35 deletions

View File

@@ -756,5 +756,6 @@ export default {
loadTree,
treeInitialized,
setExpandedToServer,
getHashValueFromAddress
getHashValueFromAddress,
getNodesByNoteId
};