Prevent SweetAlert to be closed on clicking outside the popup window

Source: https://stackoverflow.com/questions/47749095/prevent-sweetalert-to-be-closed-on-clicking-outside-the-popup-window

If you are using Sweet Alert 2, you can use this configuration
allowOutsideClick: false
This should work.

Không có nhận xét nào:

StaticImage

  import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...