joeattardi / picmo

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

🐛 Fix: add picker options #211

Closed fuwasegu closed 2 years ago

fuwasegu commented 2 years ago

createPopup() function needs two params, picker options, and popup options. There are some functions used without picker options.

So I added empty picker options object to them.

netlify[bot] commented 2 years ago

Deploy Preview for picmo ready!

Name Link
Latest commit fc8f36d7b12fb9b83b61a26d5a878abf6b35b1bd
Latest deploy log https://app.netlify.com/sites/picmo/deploys/629eb8cbbe52a70008f45a3d
Deploy Preview https://deploy-preview-211--picmo.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

joeattardi commented 2 years ago

Oops, looks like I missed these when I changed the API. Thanks!