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.
2 parents a38d9f9 + ab3769b commit 737e8bbCopy full SHA for 737e8bb
src/vs/workbench/contrib/terminal/browser/terminalView.ts
@@ -475,6 +475,7 @@ class SingleTerminalTabActionViewItem extends MenuEntryActionViewItem {
475
this._elementDisposables.push(dom.addDisposableListener(this.element, dom.EventType.CONTEXT_MENU, e => {
476
if (e.button === 2) {
477
this._openContextMenu();
478
+ e.stopPropagation();
479
e.preventDefault();
480
}
481
}));
0 commit comments