doc: add missing MenuItem roles (#19329)

This commit is contained in:
Shelley Vohr
2019-07-31 14:13:56 -07:00
committed by GitHub
parent bf66fe51f6
commit a5f87cee6b
5 changed files with 62 additions and 14 deletions

View File

@@ -40,9 +40,9 @@ const getEditMenuItems = function (): Electron.MenuItemConstructorOptions[] {
{ role: 'cut' },
{ role: 'copy' },
{ role: 'paste' },
{ role: 'pasteandmatchstyle' },
{ role: 'pasteAndMatchStyle' },
{ role: 'delete' },
{ role: 'selectall' }
{ role: 'selectAll' }
]
}