This commit is contained in:
parent
4174537390
commit
a0060708f6
1 changed files with 0 additions and 1 deletions
|
@ -105,7 +105,6 @@ export class Inbox extends Model {
|
|||
event.preventDefault();
|
||||
break;
|
||||
} else if (type === "selectall") {
|
||||
console.log((target as HTMLInputElement).checked)
|
||||
if ((target as HTMLInputElement).checked) {
|
||||
this.element.lastElementChild.querySelectorAll(".b3-list-item").forEach(item => {
|
||||
item.querySelector("input").checked = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue