|  | @@ -46,7 +46,7 @@ const AutoHeightWebView = React.memo(
 | 
	
		
			
			| 46 | 46 |          return;
 | 
	
		
			
			| 47 | 47 |        }
 | 
	
		
			
			| 48 | 48 |        const { height, width, zoomedin } = data;
 | 
	
		
			
			| 49 |  | -      !scrollEnabled && scrollEnabledWithZoomedin && setScrollable(zoomedin);
 | 
	
		
			
			|  | 49 | +      !scrollEnabled && scrollEnabledWithZoomedin && setScrollable(!!zoomedin);
 | 
	
		
			
			| 50 | 50 |        const { height: previousHeight, width: previousWidth } = size;
 | 
	
		
			
			| 51 | 51 |        isSizeChanged({ height, previousHeight, width, previousWidth }) &&
 | 
	
		
			
			| 52 | 52 |          setSize({
 |