1 parent a591c20 commit 7b64bb2Copy full SHA for 7b64bb2
1 file changed
utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html
@@ -130,11 +130,13 @@
130
131
obj.init = async function(){
132
debug('init');
133
+ await createviewport();
134
+
135
editor = mod['web-editor'];
136
obj.editor = editor;
137
editor.initmod({kd});
138
- debugger;
139
+ //debugger;
140
141
await mod.auto();
142
@@ -157,8 +159,7 @@
157
159
158
160
async function initdom(){
161
- await createviewport();
-
162
163
shadow = host.shadowRoot;
164
165
chk.module = $.chkbox(shadow,'#module');
0 commit comments