Merge pull request #109 from lbryio/add-select-all
Add Select All option to Edit menu
This commit is contained in:
commit
5c2ca72ef8
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ const baseTemplate = [
|
||||||
{
|
{
|
||||||
role: 'paste',
|
role: 'paste',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
role: 'selectall',
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue