We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794c6e7 commit 9f48e50Copy full SHA for 9f48e50
js/navbar/navbarTabs.js
@@ -262,7 +262,7 @@ function createTabElement(data) {
262
tabEl.addEventListener("click", function (e) {
263
if (e.which == 2) { // if mouse middle click -> close tab
264
closeTab(data.id);
265
- } else if (tabs.getSelected() != data.id) { // else switch to tab if it isn't focused
+ } else if (tabs.getSelected() != data.id) { // else switch to tab if it isn't focused
266
switchToTab(data.id);
267
} else { //the tab is focused, edit tab instead
268
enterEditMode(data.id);
0 commit comments