oh baby boy

This commit is contained in:
Michael Freno
2025-12-26 13:41:50 -05:00
parent 4e34e53515
commit 53a4ae1a43
14 changed files with 1617 additions and 54 deletions

View File

@@ -503,7 +503,11 @@ export default function PostForm(props: PostFormProps) {
{/* Text Editor */}
<div class="w-full max-w-full overflow-hidden">
<TextEditor updateContent={setBody} preSet={initialBody()} />
<TextEditor
updateContent={setBody}
preSet={initialBody()}
postId={props.postId}
/>
</div>
{/* Tags */}