提交 8b59a9ce 编写于 作者: M Matt Bierner

Focus on the content window for iframe based webviews

上级 b854c0bf
......@@ -75,7 +75,7 @@ export class ElectronIframeWebview extends IFrameWebview {
protected createElement(options: WebviewOptions, contentOptions: WebviewContentOptions) {
const element = super.createElement(options, contentOptions);
this._elementFocusImpl = element.focus.bind(element);
this._elementFocusImpl = () => element.contentWindow?.focus();
element.focus = () => {
this.doFocus();
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册