Skip to content

Commit 656a124

Browse files
save file
1 parent aeff295 commit 656a124

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@
220220
view2.tab.classList.add('inactive');
221221
view2.terminal.hide();
222222
}else{
223-
view2.tab.classList.remove('inactive');
224-
view2.tab.classList.add('active');
225-
view2.terminal.show();
223+
view.tab.classList.remove('inactive');
224+
view.tab.classList.add('active');
225+
view.terminal.show();
226226
cur.view = view;
227227
cur.index = index;
228228
}

0 commit comments

Comments
 (0)