Skip to content

Commit 1cc46aa

Browse files
save file
1 parent bc1a2a3 commit 1cc46aa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,16 @@
235235
}//show
236236

237237

238+
obj.focus = function(){
239+
240+
if(!cur.view){
241+
return;
242+
}
243+
cur.view.terminal.focus();
244+
245+
}//focus
246+
247+
238248
//:
239249

240250
return obj;

0 commit comments

Comments
 (0)