Skin-Picker only working once
FROGGS opened this issue · 0 comments
Problem
When I open the emoji picker and click the skin picker, the available skins show up und I can pick one.
When I then hover over the other skins, a preview appears at the bottom.
After that I can no longer open the skin picker by clicking on it.
Workaround
As a workaround I have to close the entire emoji picker and reopen it. Then I can once again select a skin color.
As a more permanent workaround I disabled the preview entirely, but that also means my users cannot choose their skin color.
On the demo site exists the same behaviour, though you have to refresh the web page in order to select the skin color once.
https://ngx-emoji-mart.vercel.app/
I've already looked at the code, and my guess is that there is a problem with the click handler inside an ngIf, though, not sure.