don't allow deleting hoisted note + other related fixes, closes #488

This commit is contained in:
zadam
2019-04-16 21:40:04 +02:00
parent 3760835608
commit 064a11d872
12 changed files with 66 additions and 54 deletions

View File

@@ -236,7 +236,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null) {
/**
* @method
* @returns {string} returns note path of active note
* @returns {Promise<string>} returns note path of active note
*/
this.getActiveNotePath = treeService.getActiveNotePath;