Add showDefinitionForSelection to webContents/webview
This commit is contained in:
parent
b2bea57eff
commit
4f0a52628e
3 changed files with 14 additions and 1 deletions
|
@ -379,7 +379,8 @@ var registerWebViewElement = function () {
|
|||
'downloadURL',
|
||||
'inspectServiceWorker',
|
||||
'print',
|
||||
'printToPDF'
|
||||
'printToPDF',
|
||||
'showDefinitionForSelection'
|
||||
]
|
||||
nonblockMethods = [
|
||||
'insertCSS',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue