mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	converted sort by dialog to new pattern
This commit is contained in:
		| @@ -1424,10 +1424,6 @@ export default class NoteTreeWidget extends NoteContextAwareWidget { | ||||
|         this.collapseTree(node); | ||||
|     } | ||||
|  | ||||
|     sortChildNotesCommand({node}) { | ||||
|         import("../dialogs/sort_child_notes.js").then(d => d.showDialog(node.data.noteId)); | ||||
|     } | ||||
|  | ||||
|     async recentChangesInSubtreeCommand({node}) { | ||||
|         this.triggerCommand("showRecentChanges", {ancestorNoteId: node.data.noteId}); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user