Skip to content

Commit 6ffbd89

Browse files
save file
1 parent 6af19c1 commit 6ffbd89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/misc/nodejs-terminal/html/terminal-tabs/terminal-tabs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
async function add(){
150150

151151
var ntab = tab.cloneNode(true);
152+
ntab.onclick = e=>show(view);
152153
tabs.append(ntab);
153154

154155
var terminal = await mod.component('webcontainer-terminal',{component:'page'},{par:hldr,auto:false});

0 commit comments

Comments
 (0)