You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(AntiModals.confirm("Are you sure?")) { ... } doesn't wait for input and always returns true unlike the default confirm("foo")
I don't know if this is a bug or not since the behavior of the modals isn't described anywhere.
You should consider updating your README.
The text was updated successfully, but these errors were encountered:
if(AntiModals.confirm("Are you sure?")) { ... }
doesn't wait for input and always returns true unlike the defaultconfirm("foo")
I don't know if this is a bug or not since the behavior of the modals isn't described anywhere.
You should consider updating your README.
The text was updated successfully, but these errors were encountered: