提交 082ccc48 编写于 作者: D Daniel Imms

Focus terminal after closing find widget with mouse

Fixes #29653
上级 9ac6c540
......@@ -149,6 +149,7 @@ export class TerminalFindWidget extends Widget {
className: 'close-fw',
onTrigger: () => {
this.hide();
this._terminalService.getActiveInstance().focus();
},
onKeyDown: (e) => { }
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册