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
|
||||
key={`${src}_${imgLoadRetryKey}`}
|
||||
style={{ ...imgStyle, display: isLoading || hasError ? 'none' : undefined }}
|
||||
style={{ ...imgStyle, display: isLoading || hasError ? 'none' : imgStyle?.display }}
|
||||
ref={imgRef}
|
||||
src={src}
|
||||
alt={alt}
|
||||
|
||||
Reference in New Issue
Block a user