Explorar el Código

add className="pcd_md_editor" to MDEditor

visuddhinanda hace 1 año
padre
commit
d1845aa5bc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dashboard/src/components/article/ArticleEdit.tsx

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

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