Merge pull request #366 from matrix-org/rav/remove_relayoutonupdate

Remove relayoutOnUpdate prop on gemini-scrollbar
This commit is contained in:
David Baker 2016-07-27 15:21:46 +01:00 committed by GitHub
commit cf3cd69f37
6 changed files with 1 additions and 6 deletions

View file

@ -540,7 +540,6 @@ module.exports = React.createClass({
// it's not obvious why we have a separate div and ol anyway.
return (<GeminiScrollbar autoshow={true} ref="geminiPanel"
onScroll={this.onScroll} onResize={this.onResize}
relayoutOnUpdate={false}
className={this.props.className} style={this.props.style}>
<div className="mx_RoomView_messageListWrapper">
<ol ref="itemlist" className="mx_RoomView_MessageList" aria-live="polite">

View file

@ -463,7 +463,6 @@ module.exports = React.createClass({
<SimpleRoomHeader title="Settings" onCancelClick={ this.props.onClose }/>
<GeminiScrollbar className="mx_UserSettings_body"
relayoutOnUpdate={false}
autoshow={true}>
<h3>Profile</h3>