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