Apply suggestions from code review
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
5b3367d44e
commit
71b8959d3c
4 changed files with 4 additions and 4 deletions
|
@ -106,7 +106,7 @@ interface IState {
|
|||
completionIndex?: number;
|
||||
}
|
||||
|
||||
@replaceableComponent("views.rooms.BasixMessageEditor")
|
||||
@replaceableComponent("views.rooms.BasicMessageEditor")
|
||||
export default class BasicMessageEditor extends React.Component<IProps, IState> {
|
||||
private editorRef = createRef<HTMLDivElement>();
|
||||
private autocompleteRef = createRef<Autocomplete>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue