fix: editing text particle not updating immediately

Closes #229
This commit is contained in:
Arjun Patel
2026-06-01 10:03:27 -07:00
parent fb771a7408
commit 2fe562ce2b
@@ -204,7 +204,7 @@ export function TextParticleView({
"[&::-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} />}