rename searchTerms to highlights, and support highlighting multiple search terms
This commit is contained in:
parent
3cc1b1ad82
commit
0b483c4707
4 changed files with 74 additions and 31 deletions
|
@ -268,7 +268,7 @@ module.exports = React.createClass({
|
|||
{ avatar }
|
||||
{ sender }
|
||||
<div className="mx_EventTile_line">
|
||||
<EventTileType mxEvent={this.props.mxEvent} searchTerm={this.props.searchTerm} />
|
||||
<EventTileType mxEvent={this.props.mxEvent} highlights={this.props.highlights} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue