Merge pull request #1701 from CharlieHess/paste-and-match-style
Paste and Match Style
This commit is contained in:
commit
dbecc8d5f5
5 changed files with 15 additions and 0 deletions
|
@ -854,6 +854,10 @@ Executes editing command `copy` in page.
|
|||
|
||||
Executes editing command `paste` in page.
|
||||
|
||||
### WebContents.pasteAndMatchStyle()
|
||||
|
||||
Executes editing command `pasteAndMatchStyle` in page.
|
||||
|
||||
### WebContents.delete()
|
||||
|
||||
Executes editing command `delete` in page.
|
||||
|
|
|
@ -254,6 +254,10 @@ Executes editing command `copy` in page.
|
|||
|
||||
Executes editing command `paste` in page.
|
||||
|
||||
### `<webview>`.pasteAndMatchStyle()
|
||||
|
||||
Executes editing command `pasteAndMatchStyle` in page.
|
||||
|
||||
### `<webview>`.delete()
|
||||
|
||||
Executes editing command `delete` in page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue