Skip to content

Commit 9f48e50

Browse files
committed
beautify
1 parent 794c6e7 commit 9f48e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/navbar/navbarTabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function createTabElement(data) {
262262
tabEl.addEventListener("click", function (e) {
263263
if (e.which == 2) { // if mouse middle click -> close tab
264264
closeTab(data.id);
265-
} else if (tabs.getSelected() != data.id) { // else switch to tab if it isn't focused
265+
} else if (tabs.getSelected() != data.id) { // else switch to tab if it isn't focused
266266
switchToTab(data.id);
267267
} else { //the tab is focused, edit tab instead
268268
enterEditMode(data.id);

0 commit comments

Comments
 (0)