We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c1e82 commit 08d8cc1Copy full SHA for 08d8cc1
1 file changed
src/vs/workbench/browser/parts/editor/tabsTitleControl.ts
@@ -490,7 +490,7 @@ export class TabsTitleControl extends TitleControl {
490
491
tab.blur();
492
493
- if (e.button === 1 /* Middle Button*/ && !this.originatesFromTabActionBar(e)) {
+ if (e.button === 1 /* Middle Button*/) {
494
e.stopPropagation(); // for https://github.com/Microsoft/vscode/issues/56715
495
496
this.blockRevealActiveTabOnce();
0 commit comments