joeattardi / picmo

JavaScript emoji picker. Any app, any framework.
https://picmojs.com
MIT License
1.19k stars 117 forks source link

showCloseButton error #196

Closed levipadre closed 2 years ago

levipadre commented 2 years ago

Hi,

showCloseButton: false code does hide the close button, but it also gives an error and can't close the popup anymore. The error message is: "TypeError: Cannot read properties of undefined (reading 'animate')"

joeattardi commented 2 years ago

Good catch, thanks for reporting this! I'll get this fixed today and publish a new version.

joeattardi commented 2 years ago

Good to go, I just published v5.0.1 which includes a fix for this.

levipadre commented 2 years ago

Thanks, that was super quick. It's good now indeed.