[Glitch] Fix keyboard navigation in scrollable lists
Port 98f6380dee to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									4412e2579c
								
							
						
					
					
						commit
						f8e315cd74
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -20,7 +20,7 @@ const mapStateToProps = (state, { scrollKey }) => {
 | 
			
		|||
  };
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
export default @connect(mapStateToProps)
 | 
			
		||||
export default @connect(mapStateToProps, null, null, { forwardRef: true })
 | 
			
		||||
class ScrollableList extends PureComponent {
 | 
			
		||||
 | 
			
		||||
  static contextTypes = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue