mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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
|
// check all
|
||||||
shortcuts.add('a', 'meta', Scope.MessageList, () => {
|
registerShortcut('a', 'meta', Scope.MessageList, () => {
|
||||||
this.checkAll(!(this.checkAll() && !this.isIncompleteChecked()));
|
this.checkAll(!(this.checkAll() && !this.isIncompleteChecked()));
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue