Fix a problem that notification column goes to top (#4792)
This commit is contained in:
		
					parent
					
						
							
								8b12e3cc7f
							
						
					
				
			
			
				commit
				
					
						334a633c2a
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -106,6 +106,7 @@ export default class Notifications extends React.PureComponent { | ||||||
|     const scrollContainer = ( |     const scrollContainer = ( | ||||||
|       <ScrollableList |       <ScrollableList | ||||||
|         scrollKey={`notifications-${columnId}`} |         scrollKey={`notifications-${columnId}`} | ||||||
|  |         trackScroll={!pinned} | ||||||
|         isLoading={isLoading} |         isLoading={isLoading} | ||||||
|         hasMore={hasMore} |         hasMore={hasMore} | ||||||
|         emptyMessage={emptyMessage} |         emptyMessage={emptyMessage} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue