提交 46aaf80c 编写于 作者: P Peng Lyu

Fix #84088.

上级 42d53cf3
......@@ -252,10 +252,9 @@ export class TerminalPanel extends Panel {
getActions: () => this._getContextMenuActions(),
getActionsContext: () => this._parentDomElement
});
} else {
event.preventDefault();
event.stopImmediatePropagation();
}
event.preventDefault();
event.stopImmediatePropagation();
this._cancelContextMenu = false;
}));
this._register(dom.addDisposableListener(document, 'keydown', (event: KeyboardEvent) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册