diff --git a/apps/app/components/pages/create-update-block-inline.tsx b/apps/app/components/pages/create-update-block-inline.tsx index 163c97792..336c04edd 100644 --- a/apps/app/components/pages/create-update-block-inline.tsx +++ b/apps/app/components/pages/create-update-block-inline.tsx @@ -369,6 +369,7 @@ export const CreateUpdateBlockInline: React.FC = ({ else { setValue("description", {}); setValue("description_html", `${watch("description_html")}

${response}

`); + editorRef.current?.setEditorValue(watch("description_html") ?? ""); } }} projectId={projectId?.toString() ?? ""}