Add WebContents API for PasteAndMatchStyle.
This commit is contained in:
parent
90fb7bc52d
commit
3913e18447
3 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,7 @@ class WebContents : public mate::EventEmitter,
|
|||
void Cut();
|
||||
void Copy();
|
||||
void Paste();
|
||||
void PasteAndMatchStyle();
|
||||
void Delete();
|
||||
void SelectAll();
|
||||
void Unselect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue