Fix a problem that notification column goes to top (#4792)

lolsob-rspec
abcang 2017-09-04 03:31:51 +09:00 committed by Eugen Rochko
parent 411183520b
commit 2434169c90
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ export default class Notifications extends React.PureComponent {
const scrollContainer = (
<ScrollableList
scrollKey={`notifications-${columnId}`}
trackScroll={!pinned}
isLoading={isLoading}
hasMore={hasMore}
emptyMessage={emptyMessage}