t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.85k forks source link

Prevent SweetAlert to be closed on clicking outside the popup window #970

Open schoolliu opened 3 years ago

schoolliu commented 3 years ago

Although "allowOutsideClick: false" is set, when the pop-up window is quickly clicked in another location, it will also trigger the pop-up window to close, and the external click will not be prohibited until the second pop-up window is opened.

imShub commented 1 year ago

Use this

swal({ closeOnClickOutside: false, });