From b4edc2b3407fad71cada100b231f11db18d81ab6 Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Fri, 17 Mar 2017 10:55:52 +0200
Subject: [PATCH] left toolbar initial

---
 app/components/SimpleEditor/SimpleEditor.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/components/SimpleEditor/SimpleEditor.jsx b/app/components/SimpleEditor/SimpleEditor.jsx
index 05cbd0a..dd008f7 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
     })
-- 
GitLab