Merge remote-tracking branch 'origin/stable'

This commit is contained in:
zadam
2022-01-13 20:32:37 +01:00
4 changed files with 7 additions and 7 deletions

View File

@@ -41,8 +41,6 @@ function validateParentChild(parentNoteId, childNoteId, branchId = null) {
const existing = getExistingBranch(parentNoteId, childNoteId);
console.log("BBBB", existing);
if (existing && (branchId === null || existing.branchId !== branchId)) {
const parentNote = becca.getNote(parentNoteId);
const childNote = becca.getNote(childNoteId);