kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix video not visible in modal
rodzic
34ac55b7f8
commit
9bbffb6957
|
@ -202,6 +202,7 @@ const MediaModal: React.FC<IMediaModal> = (props) => {
|
||||||
link={link}
|
link={link}
|
||||||
alt={attachment.description}
|
alt={attachment.description}
|
||||||
key={attachment.url}
|
key={attachment.url}
|
||||||
|
visible
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
} else if (attachment.type === 'audio') {
|
} else if (attachment.type === 'audio') {
|
||||||
|
|
Ładowanie…
Reference in New Issue