提交 fb11a4dd 编写于 作者: M Matt Bierner

Fix webview contents not getting focus

Fixes #49997
上级 c49ed9cc
......@@ -372,6 +372,8 @@
}
newFrame.setAttribute('id', 'active-frame');
newFrame.style.visibility = 'visible';
newFrame.contentWindow.focus();
contentWindow.addEventListener('scroll', handleInnerScroll);
pendingMessages.forEach((data) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册