views: Focus webContents in BrowserWindow
This commit is contained in:
parent
8bbe28e998
commit
bf862d1d07
2 changed files with 3 additions and 4 deletions
|
@ -379,6 +379,9 @@ void BrowserWindow::OnWindowFocus() {
|
|||
auto* rwhv = web_contents()->GetRenderWidgetHostView();
|
||||
if (rwhv)
|
||||
rwhv->SetActive(true);
|
||||
#else
|
||||
if (!api_web_contents_->IsDevToolsOpened())
|
||||
web_contents()->Focus();
|
||||
#endif
|
||||
|
||||
Emit("focus");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue