fix sticky headers on resize

pull/21833/head
Matthew Hodgson 2017-04-22 01:29:48 +01:00
parent ec6a1c4c75
commit 1faecfd0f7
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ module.exports = React.createClass({
return (
<GeminiScrollbar className="mx_RoomList_scrollbar"
autoshow={true} onScroll={ self._whenScrolling } ref="gemscroll">
autoshow={true} onScroll={ self._whenScrolling } onResize={ self._whenScrolling } ref="gemscroll">
<div className="mx_RoomList" onMouseOver={ this._onMouseOver }>
<RoomSubList list={ self.state.lists['im.vector.fake.invite'] }
label="Invites"