Upgrade to RME 2, restores functionality removed from that module

This commit is contained in:
Tom Moor
2018-07-14 22:26:26 -07:00
parent ab6259b162
commit 7f8a59ae2f
5 changed files with 155 additions and 10 deletions

View File

@@ -140,7 +140,7 @@ class DocumentScene extends React.Component<Props> {
};
loadEditor = async () => {
const EditorImport = await import('rich-markdown-editor');
const EditorImport = await import('./components/Editor');
this.editorComponent = EditorImport.default;
};