gdpelican / retort

A reactions plugin for Discourse
MIT License
57 stars 39 forks source link

Choose correct emoji picker when limited emoji set #29

Closed schungx closed 7 years ago

schungx commented 7 years ago

If retort_limited_emoji_set is true, both the retort emoji picker (.retort-picker.emoji-picker) and the standard emoji picker (.emoji-picker) got processed, with the standard emoji picker being used. This PR should fix it.

schungx commented 7 years ago

Doesn't work completely. Retracting it.