electron update

This commit is contained in:
zadam
2022-01-04 22:10:35 +01:00
parent 168645cce9
commit 2b10023055
4 changed files with 11 additions and 12 deletions

View File

@@ -161,7 +161,7 @@ function BackendScriptApi(currentNote, apiParams) {
* @param {boolean} present - true if we want the branch to exist, false if we want it gone
* @param {string} noteId
* @param {string} parentNoteId
* @param {string} prefix - if branch will be create between note and parent note, set this prefix
* @param {string} prefix - if branch will be created between note and parent note, set this prefix
* @returns {void}
*/
this.toggleNoteInParent = cloningService.toggleNoteInParent;