Remove relayoutOnUpdate prop on gemini-scrollbar
The latest gemini-scrollbar makes relayoutOnUpdate redundant, so update to it and remove the properties.
This commit is contained in:
parent
4b763997df
commit
c8df9148b3
6 changed files with 1 additions and 6 deletions
|
@ -521,7 +521,6 @@ module.exports = React.createClass({
|
|||
<div className="mx_MemberList">
|
||||
{inviteMemberListSection}
|
||||
<GeminiScrollbar autoshow={true}
|
||||
relayoutOnUpdate={false}
|
||||
className="mx_MemberList_joined mx_MemberList_outerWrapper">
|
||||
<TruncatedList className="mx_MemberList_wrapper" truncateAt={this.state.truncateAt}
|
||||
createOverflowElement={this._createOverflowTile}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue