1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix a problem that notification column goes to top ()

This commit is contained in:
abcang 2017-09-04 03:31:51 +09:00 committed by Eugen Rochko
parent 8b12e3cc7f
commit 334a633c2a

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}