fix: simplify loader

pull/3170/head
yougotwill 8 months ago
parent 340361f2d9
commit 1a8d9bc27a

@ -154,7 +154,7 @@ export const Image = (props: Props) => {
}}
data-attachmentindex={attachmentIndex}
>
{!mounted || loading || pending ? (
{!mounted ? (
<div
className="module-image__loading-placeholder"
style={{

Loading…
Cancel
Save