mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-21 04:08:01 +02:00
fix(#131): fixed macos ctrl+a select all issue
This commit is contained in:
parent
c5a86cb343
commit
a5a17cf8eb
@ -23,7 +23,8 @@ const template = [
|
|||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{ role: 'cut' },
|
{ role: 'cut' },
|
||||||
{ role: 'copy' },
|
{ role: 'copy' },
|
||||||
{ role: 'paste' }
|
{ role: 'paste' },
|
||||||
|
{ role: 'selectAll' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user