mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-20 19:10:49 +08:00
This commit is contained in:
parent
4174537390
commit
a0060708f6
@ -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…
Reference in New Issue
Block a user