mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-30 19:41:46 +08:00
Bugfix: using messages list checkboxes failed
This commit is contained in:
parent
396caabdaa
commit
57b804f3a3
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ export class Selector {
|
|||
|
||||
koSelectedItem.subscribe(item => {
|
||||
if (item) {
|
||||
koList.forEach(subItem => subItem.checked(false));
|
||||
// koList.forEach(subItem => subItem.checked(false));
|
||||
selectedItemUseCallback && itemSelectedThrottle(item);
|
||||
} else {
|
||||
selectedItemUseCallback && itemSelected();
|
||||
|
|
Loading…
Reference in a new issue