delete notes preview dialog WIP

This commit is contained in:
zadam
2021-03-14 22:54:39 +01:00
parent ec2f8ec796
commit 5b72b577b8
7 changed files with 126 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ function getSubtreeSize(req) {
const subTreeNoteIds = note.subtreeNotes.map(note => note.noteId);
sql.fillNoteIdList(subTreeNoteIds);
sql.fillParamList(subTreeNoteIds);
const subTreeSize = sql.getValue(`
SELECT