mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
Resolve #277
This commit is contained in:
parent
0b91ef04a0
commit
33bc780c1f
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
});
|
||||
|
||||
// check all
|
||||
shortcuts.add('a', 'meta', Scope.MessageList, () => {
|
||||
registerShortcut('a', 'meta', Scope.MessageList, () => {
|
||||
this.checkAll(!(this.checkAll() && !this.isIncompleteChecked()));
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue