Merge pull request #6680 from SimonBrandner/fix/commands/18670
Fix command autocomplete
This commit is contained in:
commit
d442845cb9
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ export default class CommandProvider extends AutocompleteProvider {
|
|||
renderCompletions(completions: React.ReactNode[]): React.ReactNode {
|
||||
return (
|
||||
<div
|
||||
className="mx_Autocomplete_Completion_container_block"
|
||||
className="mx_Autocomplete_Completion_container_pill"
|
||||
role="presentation"
|
||||
aria-label={_t("Command Autocomplete")}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue