1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

added fallback for single images

This commit is contained in:
Fedor Katurov 2021-06-24 12:17:03 +07:00
parent 45c935af3b
commit 83e1902e83
8 changed files with 16 additions and 4 deletions

View file

@ -81,6 +81,7 @@ const ImagePreloader: FC<IProps> = ({ file, onLoad, onClick, className }) => {
width="100%"
height="100%"
filter="url(#f1)"
onLoad={onLoad}
/>
)}
</svg>