dont allow escape key on progress window
This commit is contained in:
@@ -90,7 +90,8 @@ let SM = {
|
|||||||
imageUrl: "/loading.gif",
|
imageUrl: "/loading.gif",
|
||||||
imageHeight: 100,
|
imageHeight: 100,
|
||||||
showConfirmButton: false,
|
showConfirmButton: false,
|
||||||
allowOutsideClick: false
|
allowOutsideClick: false,
|
||||||
|
allowEscapeKey: false,
|
||||||
}
|
}
|
||||||
Swal.fire(data);
|
Swal.fire(data);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user