Browse Source

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

pull/4/head
abcang 6 years ago
committed by Eugen Rochko
parent
commit
334a633c2a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/mastodon/features/notifications/index.js

+ 1
- 0
app/javascript/mastodon/features/notifications/index.js 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}

Loading…
Cancel
Save