mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
delete notes preview dialog WIP
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user