doc: add missing MenuItem roles (#19555)

This commit is contained in:
trop[bot]
2019-07-31 19:12:52 -07:00
committed by Shelley Vohr
parent a9602682c5
commit c6061cce41
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' }
]
}