small refactorings and fixes

This commit is contained in:
zadam
2023-06-29 23:32:19 +02:00
parent 48029cea7c
commit eb34f9c64f
45 changed files with 78 additions and 188 deletions

View File

@@ -152,7 +152,7 @@ function getAndValidateParent(params) {
* - {boolean} isProtected - default is false
* - {boolean} isExpanded - default is false
* - {string} prefix - default is empty string
* - {integer} notePosition - default is last existing notePosition in a parent + 10
* - {int} notePosition - default is last existing notePosition in a parent + 10
*
* @param params
* @returns {{note: BNote, branch: BBranch}}