Merge pull request #109 from lbryio/add-select-all

Add Select All option to Edit menu
This commit is contained in:
Jeremy Kauffman 2017-05-02 10:19:49 -04:00 committed by GitHub
commit 5c2ca72ef8

View file

@ -24,6 +24,9 @@ const baseTemplate = [
{ {
role: 'paste', role: 'paste',
}, },
{
role: 'selectall',
},
] ]
}, },
{ {