🐛 add isDevToolsFocused to WebContents to fix #3928, add devtools-[focused|open|close] events to WebView to fix #3783.
This commit is contained in:
parent
8aced2c31e
commit
96d68b9285
5 changed files with 16 additions and 0 deletions
|
@ -13,6 +13,9 @@ supportedWebViewEvents = [
|
|||
'did-get-redirect-request'
|
||||
'dom-ready'
|
||||
'console-message'
|
||||
'devtools-opened'
|
||||
'devtools-closed'
|
||||
'devtools-focused'
|
||||
'new-window'
|
||||
'close'
|
||||
'crashed'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue