Skip to content

Commit 08d8cc1

Browse files
author
Benjamin Pasero
committed
1 parent 57c1e82 commit 08d8cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/browser/parts/editor/tabsTitleControl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ export class TabsTitleControl extends TitleControl {
490490

491491
tab.blur();
492492

493-
if (e.button === 1 /* Middle Button*/ && !this.originatesFromTabActionBar(e)) {
493+
if (e.button === 1 /* Middle Button*/) {
494494
e.stopPropagation(); // for https://github.com/Microsoft/vscode/issues/56715
495495

496496
this.blockRevealActiveTabOnce();

0 commit comments

Comments
 (0)