joeattardi / picmo

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

Close button not working #244

Closed MicJarek closed 2 years ago

MicJarek commented 2 years ago

Great plugin. But it seems that the 'Close' X button doesn't work in all cases. I set: hideOnClickOutside: false, hideOnEmojiSelect: false, hideOnEscape: true, showCloseButton: true

And the Escape works fine, but clicking the close button does nothing. You can replicate this in your own example: https://picmojs.com/storybook/?path=/story/popup-emoji-picker--native&args=hideOnEmojiSelect:false;hideOnClickOutside:false

Thanks for your help... ☺️

joeattardi commented 2 years ago

Just published v5.6.3 which should fix this issue. Thanks for the report!

MicJarek commented 2 years ago

Awesome... Tks Joe... ☺️