mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
This commit is contained in:
parent
ac535b1d03
commit
ee23a5553e
9 changed files with 46 additions and 37 deletions
|
|
@ -273,7 +273,7 @@ class Selector {
|
|||
}
|
||||
});
|
||||
|
||||
shortcuts.add('enter', '', keyScope, () => {
|
||||
shortcuts.add('enter,open', '', keyScope, () => {
|
||||
const focused = this.focusedItem();
|
||||
if (focused && !focused.selected()) {
|
||||
this.actionClick(focused);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue