mirror of
https://github.com/electron/electron.git
synced 2026-01-24 14:57:58 -05:00
Make editing commands available in <webview>
This commit is contained in:
@@ -254,6 +254,16 @@ registerWebViewElement = ->
|
||||
"openDevTools"
|
||||
"closeDevTools"
|
||||
"isDevToolsOpened"
|
||||
"undo"
|
||||
"redo"
|
||||
"cut"
|
||||
"copy"
|
||||
"paste"
|
||||
"delete"
|
||||
"selectAll"
|
||||
"unselect"
|
||||
"replace"
|
||||
"replaceMisspelling"
|
||||
"send"
|
||||
"getId"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user