mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
fix failing linter tests
This commit is contained in:
parent
91b9a04ede
commit
b817c06c6e
@ -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});
|
||||
|
Loading…
x
Reference in New Issue
Block a user