Skip to content

Commit

Permalink
fix sticky headers on resize
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Apr 22, 2017
1 parent ec6a1c4 commit 1faecfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/rooms/RoomList.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1faecfd

Please sign in to comment.