@@ -204,7 +204,7 @@ export function TextParticleView({
|
|||||||
"[&::-webkit-scrollbar-thumb]:hover:bg-white/50",
|
"[&::-webkit-scrollbar-thumb]:hover:bg-white/50",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<MarkdownEditor value={content} readOnly className="select-text pb-3" />
|
<MarkdownEditor key={content} value={content} readOnly className="select-text pb-3" />
|
||||||
|
|
||||||
{hasLinks && <LinkPreviews entries={linkPreviews} />}
|
{hasLinks && <LinkPreviews entries={linkPreviews} />}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user