refine(app): tighten slash autocomplete matching (#12647)
parent
c639200ede
commit
bc25efdf72
|
|
@ -415,7 +415,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
} = useFilteredList<SlashCommand>({
|
||||
items: slashCommands,
|
||||
key: (x) => x?.id,
|
||||
filterKeys: ["trigger", "title", "description"],
|
||||
filterKeys: ["trigger", "title"],
|
||||
onSelect: handleSlashSelect,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue