mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-24 00:05:46 +01:00
fix #63431
This commit is contained in:
@@ -490,7 +490,7 @@ export class TabsTitleControl extends TitleControl {
|
||||
|
||||
tab.blur();
|
||||
|
||||
if (e.button === 1 /* Middle Button*/ && !this.originatesFromTabActionBar(e)) {
|
||||
if (e.button === 1 /* Middle Button*/) {
|
||||
e.stopPropagation(); // for https://github.com/Microsoft/vscode/issues/56715
|
||||
|
||||
this.blockRevealActiveTabOnce();
|
||||
|
||||
Reference in New Issue
Block a user