Merge pull request #6680 from SimonBrandner/fix/commands/18670
Fix command autocomplete
This commit is contained in:
@@ -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")}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user