diff --git a/components/Git/ArticleEditor.tsx b/components/Git/ArticleEditor.tsx index 235f83c..0e594e5 100644 --- a/components/Git/ArticleEditor.tsx +++ b/components/Git/ArticleEditor.tsx @@ -16,6 +16,7 @@ import { blobOf, formatDate, uniqueID } from 'web-utility'; import YAML from 'yaml'; import { GitRepositoryModel, userStore } from '../../models/Repository'; +import HTMLEditor from '../Form/HTMLEditor'; import { ListField } from '../Form/JSONEditor'; import { MarkdownEditor } from '../Form/MarkdownEditor'; import { PathSelect } from './PathSelect'; @@ -59,7 +60,7 @@ export class ArticleEditor extends Component { path = ''; URL = ''; - private Core = createRef(); + private Core = createRef(); get core() { return this.Core.current; @@ -313,7 +314,7 @@ export class ArticleEditor extends Component { {copied ? '√' : ''} Copy MarkDown - + );