Fix width only being set for standalone media
This commit is contained in:
		
							parent
							
								
									3ad3cee44c
								
							
						
					
					
						commit
						d0b2f71501
					
				| @ -236,7 +236,7 @@ export default class MediaGallery extends React.PureComponent { | |||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|   handleRef = (node) => { |   handleRef = (node) => { | ||||||
|     if (node && this.isStandaloneEligible()) { |     if (node /*&& this.isStandaloneEligible()*/) { | ||||||
|       // offsetWidth triggers a layout, so only calculate when we need to
 |       // offsetWidth triggers a layout, so only calculate when we need to
 | ||||||
|       this.setState({ |       this.setState({ | ||||||
|         width: node.offsetWidth, |         width: node.offsetWidth, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user