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
I am calling "alertify**.confirm()**" with these options:
closable: false
closableByDimmer: false
defaultFocus: "cancel"
frameless: false
maximizable: true
pinnable: true
resizable: true
title: "A Title
If I don't mouse click the dialog and press ENTER, it response with CANCEL (good).
If I mouse click the anywhere dialog (not a button) and press ENTER, it response with CANCEL (bug). Clicking the dialog should not change the focus.
The text was updated successfully, but these errors were encountered:
I am calling "alertify**.confirm()**" with these options:
If I don't mouse click the dialog and press ENTER, it response with CANCEL (good).
If I mouse click the anywhere dialog (not a button) and press ENTER, it response with CANCEL (bug). Clicking the dialog should not change the focus.
The text was updated successfully, but these errors were encountered: