Explorar o código

Merge pull request #7948 from weseek/fix/128037-fix-lightbox

fix: Add option to lightbox
Yuki Takei %!s(int64=2) %!d(string=hai) anos
pai
achega
853fa1e9b5

+ 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"
       />
     </>
   );