mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 01:36:24 +01:00 
			
		
		
		
	implemented "search in subtree"
This commit is contained in:
		| @@ -1220,7 +1220,9 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|         for (const action of actions) { | ||||
|             for (const shortcut of action.effectiveShortcuts) { | ||||
|                 hotKeyMap[utils.normalizeShortcut(shortcut)] = node => { | ||||
|                     this.triggerCommand(action.actionName, {node}); | ||||
|                     const notePath = treeService.getNotePath(node); | ||||
|  | ||||
|                     this.triggerCommand(action.actionName, {node, notePath}); | ||||
|  | ||||
|                     return false; | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user