mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
delete notes preview dialog WIP
This commit is contained in:
@@ -75,7 +75,7 @@ async function deleteNotes(branchIdsToDelete) {
|
||||
}
|
||||
|
||||
const deleteNotesDialog = await import("../dialogs/delete_notes.js");
|
||||
deleteNotesDialog.showDialog();
|
||||
deleteNotesDialog.showDialog(branchIdsToDelete);
|
||||
|
||||
const $deleteClonesCheckbox = $('<div class="form-check">')
|
||||
.append($('<input type="checkbox" class="form-check-input" id="delete-clones-checkbox">'))
|
||||
|
||||
Reference in New Issue
Block a user