mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
Merge branch 'sort-by'
This commit is contained in:
@@ -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}) {
|
||||
|
||||
Reference in New Issue
Block a user