ignore "Sync not configured" message when toggling shared state

This commit is contained in:
zadam
2022-01-13 20:22:50 +01:00
parent 412c745e53
commit fa2ffd7574
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);