mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	fix(command_palette): command title not updated while navigating
This commit is contained in:
		| @@ -90,6 +90,7 @@ async function autocompleteSource(term: string, cb: (rows: Suggestion[]) => void | ||||
|                 action: "command", | ||||
|                 commandId: cmd.id, | ||||
|                 noteTitle: cmd.name, | ||||
|                 notePathTitle: `>${cmd.name}`, | ||||
|                 highlightedNotePathTitle: cmd.name, | ||||
|                 commandDescription: cmd.description, | ||||
|                 commandShortcut: cmd.shortcut, | ||||
| @@ -105,6 +106,7 @@ async function autocompleteSource(term: string, cb: (rows: Suggestion[]) => void | ||||
|             action: "command", | ||||
|             commandId: cmd.id, | ||||
|             noteTitle: cmd.name, | ||||
|             notePathTitle: `>${cmd.name}`, | ||||
|             highlightedNotePathTitle: cmd.name, | ||||
|             commandDescription: cmd.description, | ||||
|             commandShortcut: cmd.shortcut, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user