提交 21bc76fd 编写于 作者: D Daniel Imms

Fix context menu appearing on web when right clicking terminal

Happens when copyPaste is the rightClickBehavior
上级 8c0e2917
......@@ -253,6 +253,7 @@ export class TerminalPanel extends Panel {
getActionsContext: () => this._parentDomElement
});
} else {
event.preventDefault();
event.stopImmediatePropagation();
}
this._cancelContextMenu = false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册