mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
fix(command_palette): command title not updated while navigating
This commit is contained in:
parent
b6f55b0e1a
commit
c09e124805
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user