Merge branch 'master' into next60

This commit is contained in:
zadam
2023-03-15 20:19:47 +01:00
14 changed files with 84 additions and 43 deletions

View File

@@ -1376,7 +1376,7 @@ class BNote extends AbstractBeccaEntity {
/**
* @param parentNoteId
* @returns {{success: boolean, message: string}}
* @returns {{success: boolean, message: string, branchId: string, notePath: string}}
*/
cloneTo(parentNoteId) {
const cloningService = require("../../services/cloning");