mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
fix: Mac - shortcut for select all
This commit is contained in:
@@ -48,6 +48,7 @@ module.exports = ({ editMenu }) => [
|
||||
{ command: 'edit.cut' },
|
||||
{ command: 'edit.copy' },
|
||||
{ command: 'edit.paste' },
|
||||
{ command: 'edit.selectAll' },
|
||||
],
|
||||
}
|
||||
: null,
|
||||
|
||||
Reference in New Issue
Block a user