This commit is contained in:
parent
c2ed8dc893
commit
e38eea5f96
1 changed files with 5 additions and 0 deletions
|
@ -523,6 +523,11 @@ export class Wnd {
|
|||
}
|
||||
return;
|
||||
}
|
||||
if (model instanceof Asset) {
|
||||
if (model.pdfObject) {
|
||||
model.pdfObject.pdfLoadingTask.destroy();
|
||||
}
|
||||
}
|
||||
model.send("closews", {});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue