Skip to content

Commit 3626430

Browse files
save file
1 parent 5e80941 commit 3626430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
shadow = host.shadowRoot;
107107

108108
tabs = $(shadow,'#tabs');
109-
tab = $(tabs,'#tab');
109+
tab = $(tabs,'.tab');
110110
tab.remove();
111111
tab.style.display = '';
112112

0 commit comments

Comments
 (0)