mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
added "sort by" dialog
This commit is contained in:
@@ -1370,7 +1370,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
}
|
||||
|
||||
sortChildNotesCommand({node}) {
|
||||
import("../dialogs/sort_child_notes.js").then(d => d.showDialog(node));
|
||||
import("../dialogs/sort_child_notes.js").then(d => d.showDialog(node.data.noteId));
|
||||
}
|
||||
|
||||
async recentChangesInSubtreeCommand({node}) {
|
||||
|
||||
Reference in New Issue
Block a user