Fix RoomSubList headers by re-commiting 1faecfd
The original got reverted in ebfafb36
somehow.
This commit is contained in:
parent
ad76f1bce6
commit
e292ee942f
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ module.exports = React.createClass({
|
||||||
const self = this;
|
const self = this;
|
||||||
return (
|
return (
|
||||||
<GeminiScrollbarWrapper className="mx_RoomList_scrollbar"
|
<GeminiScrollbarWrapper className="mx_RoomList_scrollbar"
|
||||||
autoshow={true} onScroll={self._whenScrolling} wrappedRef={this._collectGemini}>
|
autoshow={true} onScroll={self._whenScrolling} onResize={self._whenScrolling} wrappedRef={this._collectGemini}>
|
||||||
<div className="mx_RoomList">
|
<div className="mx_RoomList">
|
||||||
<RoomSubList list={[]}
|
<RoomSubList list={[]}
|
||||||
extraTiles={this._makeGroupInviteTiles(self.props.searchFilter)}
|
extraTiles={this._makeGroupInviteTiles(self.props.searchFilter)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue