We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae59fc commit 6fac3b7Copy full SHA for 6fac3b7
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-fs/webcontainer-fs.html
@@ -145,6 +145,8 @@
145
$(btns,'[value=cancel]').onclick = btn.cancel;
146
$(btns,'[value=ok]').onclick = btn.ok;
147
148
+
149
150
}//initdom
151
152
@@ -231,8 +233,6 @@
231
233
232
234
file.dblclick = function(path,filename){
235
debug('file.dblclick',path,filename);
- //load.ui(url,path,filename);
-
236
}//dblclick
237
238
@@ -242,6 +242,7 @@
242
var abs = path+name;
243
debug(abs);
244
await webcontainer.fs.writeFile(abs,'');
245
246
return false;
247
248
}//add
0 commit comments