Merge pull request #4764 from matrix-org/t3chguy/regression/search_timestamp

use group layout for search results
This commit is contained in:
Michael Telatynski 2020-06-16 14:31:08 +01:00 committed by GitHub
commit c11bc766a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1977,8 +1977,9 @@ export default createReactClass({
searchResultsPanel = (<div className="mx_RoomView_messagePanel mx_RoomView_messagePanelSearchSpinner" />);
} else {
searchResultsPanel = (
<ScrollPanel ref={this._searchResultsPanel}
className="mx_RoomView_messagePanel mx_RoomView_searchResultsPanel"
<ScrollPanel
ref={this._searchResultsPanel}
className="mx_RoomView_messagePanel mx_RoomView_searchResultsPanel mx_GroupLayout"
onFillRequest={this.onSearchResultsFillRequest}
resizeNotifier={this.props.resizeNotifier}
>