Explorar el Código

add option to lightbox

WNomunomu hace 2 años
padre
commit
822fb6cef8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apps/app/src/components/ReactMarkdownComponents/LightBox.tsx

+ 1 - 0
apps/app/src/components/ReactMarkdownComponents/LightBox.tsx

@@ -10,6 +10,7 @@ export const LightBox = (props) => {
       <FsLightbox
         toggler={toggler}
         sources={[props.src]}
+        type='image'
       />
     </>
   );