ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.09k stars 177 forks source link

Skin tone disability issue #322

Open suneelfm-ai opened 1 year ago

suneelfm-ai commented 1 year ago

Describe the bug Even though if we disabled the skin tone. The library is allowing user to changes the skin tone by long press on emoji

To Reproduce

  1. Disable the skin tone
  2. Long press on the emoji which supports the skin tone
  3. Observe the skin tone selection popup

Expected behavior

Screenshots

New Image (4)

Desktop (please complete the following information):

ealush commented 1 year ago

Yep. I think you're right. I can get to it in the weekend, but it should be fairly simple to implement if you want to try yourself before that.

suneelfm-ai commented 1 year ago

I can remove icon but. How I can disable long press?

ealush commented 1 year ago

Here's the relevant handler: https://github.com/ealush/emoji-picker-react/blob/master/src/hooks/useMouseDownHandlers.ts#L79

suneelfm-ai commented 1 year ago

ok I will try that once I got free time. But please fix it from your side if I didn't.