diff --git a/src/meditor/index.wc b/src/meditor/index.wc index ac23562..8a68804 100644 --- a/src/meditor/index.wc +++ b/src/meditor/index.wc @@ -2,7 +2,7 @@
- +
@@ -17,7 +17,13 @@ export default class Meditor { } __init__() { - // /* render */ + /* render */ + + var elem = this.root.children[1] + + this.__TOOL__ = elem.children[0] + this.__EDITOR__ = elem.children[1] + this.__VIEW__ = elem.children[2] } }