Преглед изворни кода

fix: page broke down while rendering node contained img and other elements (#14467)

tags/1.0.0
NFish пре 8 месеци
родитељ
комит
ddf9eb1f9a
No account linked to committer's email address
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      web/app/components/base/markdown.tsx

+ 3
- 1
web/app/components/base/markdown.tsx Прегледај датотеку

@@ -211,7 +211,9 @@ const Paragraph = (paragraph: any) => {
return (
<>
<ImageGallery srcs={[children_node[0].properties.src]} />
<p>{paragraph.children.slice(1)}</p>
{
Array.isArray(paragraph.children) ? <p>{paragraph.children.slice(1)}</p> : null
}
</>
)
}

Loading…
Откажи
Сачувај