From 9ac531382b58ac66a80b433fb9834caf6fe9ad72 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 16 Feb 2017 23:10:58 +0100 Subject: [PATCH] Change the order of components rendering --- index.html | 5 ++ src/demo.js | 3 + src/dom_components/main.js | 89 ++++++++++++++++++++++- src/dom_components/model/Components.js | 17 ++++- src/dom_components/view/ComponentsView.js | 10 ++- src/editor/config/config.js | 4 + src/editor/view/EditorView.js | 11 ++- src/parser/model/ParserHtml.js | 10 ++- src/utils/Sorter.js | 8 +- 9 files changed, 145 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 5ee30c738..9fbfcfe24 100755 --- a/index.html +++ b/index.html @@ -14,6 +14,11 @@
+
+ + + +