fix context submenus, closes #810

This commit is contained in:
zadam
2020-01-07 20:53:41 +01:00
parent 24c5388e0c
commit ccaa9eae3a
3 changed files with 4 additions and 3 deletions

View File

@@ -490,6 +490,8 @@ async function eraseDeletedNotes() {
SET isErased = 1,
title = NULL
WHERE isErased = 0 AND noteId IN (???)`, noteIdsToErase);
log.info(`Erased notes: ${JSON.stringify(noteIdsToErase)}`);
}
async function duplicateNote(noteId, parentNoteId) {