feat: surface more webContents
text selection commands (#37978)
* feat: surface more text selection commands * refactor: use options argument * docs: correct for review
This commit is contained in:
parent
a26343f3e0
commit
a8c0ed890f
5 changed files with 108 additions and 0 deletions
|
@ -31,11 +31,15 @@ export const syncMethods = new Set([
|
|||
'redo',
|
||||
'cut',
|
||||
'copy',
|
||||
'centerSelection',
|
||||
'paste',
|
||||
'pasteAndMatchStyle',
|
||||
'delete',
|
||||
'selectAll',
|
||||
'unselect',
|
||||
'scrollToTop',
|
||||
'scrollToBottom',
|
||||
'adjustSelection',
|
||||
'replace',
|
||||
'replaceMisspelling',
|
||||
'findInPage',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue