dont allow escape key on progress window

This commit is contained in:
2024-04-23 11:08:00 +10:00
parent 88889ca329
commit 9e2cfd8abc

View File

@@ -90,7 +90,8 @@ let SM = {
imageUrl: "/loading.gif",
imageHeight: 100,
showConfirmButton: false,
allowOutsideClick: false
allowOutsideClick: false,
allowEscapeKey: false,
}
Swal.fire(data);