fix: closing preview modal
This commit is contained in:
parent
918c5b6fd7
commit
c6d9cbc369
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ export class ModalHelper {
|
|||
}
|
||||
|
||||
if (previewModalResult.code === ModalResultCode.CLOSE) {
|
||||
// modal is already being closed
|
||||
previewModal.close();
|
||||
return undefined;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue