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
For example this PR: #771 is not implemented in https://registry.npmjs.org/sweetalert/-/sweetalert-2.1.0.tgz, col 35630 says this: setTimeout(function(){t.focus(),a.setActionValue("")},0)} while with the PR this should have been changed to setTimeout(function(){t.focus();var e=t.value;a.setActionValue(e)},0)}
Maybe something went wrong while building the 2.1.0 version? @t4t5 Is there a way we can get the correct version on NPM?
Thanks!
The text was updated successfully, but these errors were encountered:
For example this PR: #771 is not implemented in https://registry.npmjs.org/sweetalert/-/sweetalert-2.1.0.tgz, col
35630
says this:setTimeout(function(){t.focus(),a.setActionValue("")},0)}
while with the PR this should have been changed tosetTimeout(function(){t.focus();var e=t.value;a.setActionValue(e)},0)}
Maybe something went wrong while building the 2.1.0 version? @t4t5 Is there a way we can get the correct version on NPM?
Thanks!
The text was updated successfully, but these errors were encountered: