mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Merge some parts of initByJson and initUpdateByMessageJson
Cleanup messageListChecked handling
This commit is contained in:
parent
46198861bc
commit
b66e68a3b1
8 changed files with 46 additions and 61 deletions
|
|
@ -146,7 +146,7 @@ class Selector {
|
|||
if (0 < len && aCheckedCache.includes(uid)) {
|
||||
isChecked = true;
|
||||
item.checked(true);
|
||||
len -= 1;
|
||||
--len;
|
||||
}
|
||||
|
||||
if (!isChecked && null !== mSelected && mSelected === uid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue