always show clear button in search box when focused

This commit is contained in:
Bruno Windels
2019-09-12 12:21:18 +01:00
committed by David Baker
parent c70736fe00
commit 122e15156a
+1 -1
View File
@@ -125,7 +125,7 @@ module.exports = React.createClass({
if (this.props.collapsed) {
return null;
}
const clearButton = this.state.searchTerm.length > 0 ?
const clearButton = !this.state.blurred ?
(<AccessibleButton key="button"
className="mx_SearchBox_closeButton"
onClick={ () => {this._clearSearch("button"); } }>