Image only drafts

This commit is contained in:
Eric Bailey
2026-02-05 10:49:46 -06:00
parent d9f4a05fea
commit e79f882b0a
@@ -95,12 +95,14 @@ export function DraftItem({
paddingTop: 20 + a.pt_md.paddingTop, paddingTop: 20 + a.pt_md.paddingTop,
}, },
]}> ]}>
{!!post.text.trim().length && (
<RichText <RichText
style={[a.text_md, a.leading_snug, a.pointer_events_none]} style={[a.text_md, a.leading_snug, a.pointer_events_none]}
value={post.text} value={post.text}
enableTags enableTags
disableMentionFacetValidation disableMentionFacetValidation
/> />
)}
{!mediaExistsOnOtherDevice && <DraftMediaPreview post={post} />} {!mediaExistsOnOtherDevice && <DraftMediaPreview post={post} />}