mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Speedup listChecked().length to hasChecked()
This commit is contained in:
parent
7ec3d70c60
commit
47a861a243
8 changed files with 28 additions and 20 deletions
|
|
@ -111,7 +111,7 @@ export class MailMessageView extends AbstractViewRight {
|
|||
const attachmentsActions = Settings.app('attachmentsActions');
|
||||
this.attachmentsActions = ko.observableArray(arrayLength(attachmentsActions) ? attachmentsActions : []);
|
||||
|
||||
this.hasCheckedMessages = MessagelistUserStore.hasCheckedMessages;
|
||||
this.hasCheckedMessages = MessagelistUserStore.hasChecked;
|
||||
this.archiveAllowed = MessagelistUserStore.archiveAllowed;
|
||||
this.canMarkAsSpam = MessagelistUserStore.canMarkAsSpam;
|
||||
this.isDraftFolder = MessagelistUserStore.isDraftFolder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue