Add WebContents API for PasteAndMatchStyle.

This commit is contained in:
Charlie Hess 2015-05-15 00:15:19 -07:00
parent 90fb7bc52d
commit 3913e18447
3 changed files with 7 additions and 0 deletions

View file

@ -261,6 +261,7 @@ registerWebViewElement = ->
"cut"
"copy"
"paste"
"pasteAndMatchStyle"
"delete"
"selectAll"
"unselect"