MenuItem roles camelCase-compatible
This commit is contained in:
parent
a161f6e368
commit
d45914c3f7
5 changed files with 30 additions and 27 deletions
|
@ -94,13 +94,13 @@ const getEditMenuItems = function () {
|
|||
role: 'paste'
|
||||
},
|
||||
{
|
||||
role: 'pasteandmatchstyle'
|
||||
role: 'pasteAndMatchStyle'
|
||||
},
|
||||
{
|
||||
role: 'delete'
|
||||
},
|
||||
{
|
||||
role: 'selectall'
|
||||
role: 'selectAll'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue