mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +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", |                 action: "command", | ||||||
|                 commandId: cmd.id, |                 commandId: cmd.id, | ||||||
|                 noteTitle: cmd.name, |                 noteTitle: cmd.name, | ||||||
|  |                 notePathTitle: `>${cmd.name}`, | ||||||
|                 highlightedNotePathTitle: cmd.name, |                 highlightedNotePathTitle: cmd.name, | ||||||
|                 commandDescription: cmd.description, |                 commandDescription: cmd.description, | ||||||
|                 commandShortcut: cmd.shortcut, |                 commandShortcut: cmd.shortcut, | ||||||
| @@ -105,6 +106,7 @@ async function autocompleteSource(term: string, cb: (rows: Suggestion[]) => void | |||||||
|             action: "command", |             action: "command", | ||||||
|             commandId: cmd.id, |             commandId: cmd.id, | ||||||
|             noteTitle: cmd.name, |             noteTitle: cmd.name, | ||||||
|  |             notePathTitle: `>${cmd.name}`, | ||||||
|             highlightedNotePathTitle: cmd.name, |             highlightedNotePathTitle: cmd.name, | ||||||
|             commandDescription: cmd.description, |             commandDescription: cmd.description, | ||||||
|             commandShortcut: cmd.shortcut, |             commandShortcut: cmd.shortcut, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user