sort child notes by ... WIP

This commit is contained in:
zadam
2021-02-25 22:26:46 +01:00
parent cb6d35236c
commit 1c59bc4d3c
5 changed files with 85 additions and 2 deletions

View File

@@ -1370,7 +1370,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
}
sortChildNotesCommand({node}) {
treeService.sortAlphabetically(node.data.noteId);
import("../dialogs/sort_child_notes.js").then(d => d.showDialog(node));
}
async recentChangesInSubtreeCommand({node}) {