fix columns_area.js (#4528)
This commit is contained in:
		
					parent
					
						
							
								61a06eb328
							
						
					
				
			
			
				commit
				
					
						5ee45fa571
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -55,7 +55,7 @@ export default class ColumnsArea extends ImmutablePureComponent { | ||||||
|     this.lastIndex = getIndex(this.context.router.history.location.pathname); |     this.lastIndex = getIndex(this.context.router.history.location.pathname); | ||||||
|     this.setState({ shouldAnimate: true }); |     this.setState({ shouldAnimate: true }); | ||||||
| 
 | 
 | ||||||
|     if (this.props.children !== prevProps.children) { |     if (this.props.children !== prevProps.children && !this.props.singleColumn) { | ||||||
|       scrollRight(this.node); |       scrollRight(this.node); | ||||||
|     } |     } | ||||||
|   } |   } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue