diff --git a/ui/src/components/Comment/index.tsx b/ui/src/components/Comment/index.tsx index 8ab2980f..e7fd3bff 100644 --- a/ui/src/components/Comment/index.tsx +++ b/ui/src/components/Comment/index.tsx @@ -112,6 +112,7 @@ const Comment = ({ objectId, mode }) => { if (comment.comment_id === item.comment_id) { comment.showEdit = false; comment.parsed_text = html; + comment.original_text = item.value; } return comment; }),