mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
fix context submenus, closes #810
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user