Merge branch 'sort-by'

This commit is contained in:
zadam
2021-02-28 23:40:37 +01:00
11 changed files with 142 additions and 14 deletions

View File

@@ -1366,7 +1366,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.data.noteId));
}
async recentChangesInSubtreeCommand({node}) {