fix: milkdown first-change issue

This commit is contained in:
2026-02-16 15:03:33 +01:00
parent 772c0cbb0e
commit 9cf1b03e0f
4 changed files with 321 additions and 33 deletions

View File

@@ -514,7 +514,7 @@ interface PostEditorProps {
postId: string;
}
const PostEditor: React.FC<PostEditorProps> = ({ postId }) => {
export const PostEditor: React.FC<PostEditorProps> = ({ postId }) => {
const {
updatePost,
markDirty,