You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
fix failing linter tests
This commit is contained in:
@@ -157,7 +157,7 @@ export default class BasicMessageEditor extends React.Component {
|
||||
this._hidePlaceholder();
|
||||
}
|
||||
}
|
||||
if(isEmpty) {
|
||||
if (isEmpty) {
|
||||
this._formatBarRef.hide();
|
||||
}
|
||||
this.setState({autoComplete: this.props.model.autoComplete});
|
||||
|
||||
Reference in New Issue
Block a user