sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 514 forks source link

Update PNotifyConfirm.html #368

Open cigaar opened 4 years ago

cigaar commented 4 years ago

Will throw a TypeError exception "Cannot read property 'focus' of undefined" if none of the buttons has promptTrigger, because in that case i = -1 by the time we get to line this.refs.buttons.children[i].focus();.

hperrin commented 4 years ago

Nice catch! Does this have an associated issue?