diff --git a/app/components/SimpleEditor/SimpleEditor.jsx b/app/components/SimpleEditor/SimpleEditor.jsx index 05cbd0a49475b97f532e6843851835ca5a0aa881..dd008f79880634143663094f6a6fb5c041258aa8 100644 --- a/app/components/SimpleEditor/SimpleEditor.jsx +++ b/app/components/SimpleEditor/SimpleEditor.jsx @@ -44,6 +44,7 @@ export default class SimpleEditor extends React.Component { const importer = configurator.createImporter('html') const doc = importer.importDocument(source) + const editorSession = new EditorSession(doc, { configurator: configurator })