Skip to content

Commit

Permalink
Remove reader webtoon mode page gaps (Suwayomi#552)
Browse files Browse the repository at this point in the history
Regression introduced with 199b623
  • Loading branch information
schroda authored Jan 15, 2024
1 parent 738a222 commit 38b364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/util/SpinnerImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 38b364b

Please sign in to comment.