mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-03-18 14:01:38 -05:00
ignore "Sync not configured" message when toggling shared state
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user