1 parent 657bacb commit 660ff42Copy full SHA for 660ff42
1 file changed
utils/misc/nodejs-terminal/html/webcontainer-terminal/webcontainer-terminal.html
@@ -337,6 +337,13 @@
337
}//remove
338
339
340
+ obj.focus = function(){
341
+
342
+ term.focus();
343
344
+ }//focus
345
346
347
//:
348
349
0 commit comments