Make editing commands available in <webview>
This commit is contained in:
parent
7fbf4246ac
commit
ff856e679d
1 changed files with 10 additions and 0 deletions
|
@ -254,6 +254,16 @@ registerWebViewElement = ->
|
|||
"openDevTools"
|
||||
"closeDevTools"
|
||||
"isDevToolsOpened"
|
||||
"undo"
|
||||
"redo"
|
||||
"cut"
|
||||
"copy"
|
||||
"paste"
|
||||
"delete"
|
||||
"selectAll"
|
||||
"unselect"
|
||||
"replace"
|
||||
"replaceMisspelling"
|
||||
"send"
|
||||
"getId"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue