Prechádzať zdrojové kódy

add className="pcd_md_editor" to MDEditor

visuddhinanda 1 rok pred
rodič
commit
d1845aa5bc

+ 1 - 0
dashboard/src/components/article/ArticleEdit.tsx

@@ -270,6 +270,7 @@ const ArticleEditWidget = ({
           }
           }
         >
         >
           <MDEditor
           <MDEditor
+            className="pcd_md_editor"
             onChange={(value) => setContent(value)}
             onChange={(value) => setContent(value)}
             height={450}
             height={450}
             minHeight={200}
             minHeight={200}