Skip to content
Snippets Groups Projects
Commit 334a633c authored by abcang's avatar abcang Committed by Eugen Rochko
Browse files

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

parent 8b12e3cc
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment