📝 update webview docs to include devtools-* events
This commit is contained in:
parent
8857eb9cba
commit
54c8c3e3fc
2 changed files with 13 additions and 1 deletions
|
@ -783,7 +783,7 @@ bool WebContents::IsDevToolsOpened() {
|
|||
bool WebContents::IsDevToolsFocused() {
|
||||
if (type_ == REMOTE)
|
||||
return false;
|
||||
|
||||
|
||||
return managed_web_contents()->GetView()->IsDevToolsViewFocused();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue