Browse Source

讨论 contentType="markdown"

visuddhinanda 3 years ago
parent
commit
8341aa87cc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/comment/CommentTopicChildren.tsx

+ 1 - 0
dashboard/src/components/comment/CommentTopicChildren.tsx

@@ -62,6 +62,7 @@ const Widget = ({ topicId, onItemCountChange }: IWidget) => {
         )}
       />
       <CommentCreate
+        contentType="markdown"
         parent={topicId}
         onCreated={(e: IComment) => {
           console.log("create", e);