mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
There is no 'return true' for the shortcuts system
This commit is contained in:
parent
64a7b82408
commit
2d87b52c07
5 changed files with 6 additions and 31 deletions
|
|
@ -269,8 +269,6 @@ export class Selector {
|
|||
this.actionClick(focused);
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
shortcuts.add('arrowup,arrowdown', 'meta', keyScope, () => false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue