Remove reader webtoon mode page gaps (#552)
Regression introduced with 199b62341f
This commit is contained in:
@@ -81,7 +81,7 @@ export function SpinnerImage(props: IProps) {
|
|||||||
)}
|
)}
|
||||||
<img
|
<img
|
||||||
key={`${src}_${imgLoadRetryKey}`}
|
key={`${src}_${imgLoadRetryKey}`}
|
||||||
style={{ ...imgStyle, display: isLoading || hasError ? 'none' : undefined }}
|
style={{ ...imgStyle, display: isLoading || hasError ? 'none' : imgStyle?.display }}
|
||||||
ref={imgRef}
|
ref={imgRef}
|
||||||
src={src}
|
src={src}
|
||||||
alt={alt}
|
alt={alt}
|
||||||
|
|||||||
Reference in New Issue
Block a user