提交 fb11f140 编写于 作者: C Christof Marti

Pass focus back (fixes #93090)

上级 f1241030
......@@ -317,6 +317,9 @@ export class QuickInputList {
this._onLeave.fire();
}
}));
this.disposables.push(this.list.onMouseMiddleClick(e => {
this._onLeave.fire();
}));
this.disposables.push(this.list.onContextMenu(e => {
if (typeof e.index === 'number') {
e.browserEvent.preventDefault();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册