Upgrade to RME 2, restores functionality removed from that module
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user