refactor: readd comment

This commit is contained in:
AB1908 2022-10-13 16:00:29 +05:30
parent e250a02f99
commit 04db081fda
No known key found for this signature in database
GPG key ID: A1DCD49686611B33

View file

@ -398,6 +398,7 @@ export class ModalHelper {
}
if (previewModalResult.code === ModalResultCode.CLOSE) {
// modal is already being closed
return undefined;
}