Fix attachmetsBox inTrash? (#3780)
This commit is contained in:
parent
b047f3d903
commit
337f54ac03
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this._inTrash = inTrash;
|
this._inTrash = inTrash;
|
||||||
if (!this._item.isRegularItem()) {
|
if (!this._item?.isRegularItem()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (let row of Array.from(this._attachments.querySelectorAll("attachment-row"))) {
|
for (let row of Array.from(this._attachments.querySelectorAll("attachment-row"))) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue