Skip to content

Commit 7b64bb2

Browse files
save file
1 parent a591c20 commit 7b64bb2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

utils/misc/nodejs-terminal/html/snippet-nodejs/v1.0/snippet-nodejs-v1.0.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,13 @@
130130

131131
obj.init = async function(){
132132
debug('init');
133+
await createviewport();
134+
133135
editor = mod['web-editor'];
134136
obj.editor = editor;
135137
editor.initmod({kd});
136138

137-
debugger;
139+
//debugger;
138140

139141
await mod.auto();
140142

@@ -157,8 +159,7 @@
157159

158160
async function initdom(){
159161

160-
await createviewport();
161-
162+
162163
shadow = host.shadowRoot;
163164

164165
chk.module = $.chkbox(shadow,'#module');

0 commit comments

Comments
 (0)