Commit 691846bf authored by JC Brand's avatar JC Brand

Bugfix. Clicking emoji category twice closes picker and inserts null

parent 8e4e9185
......@@ -142,7 +142,7 @@ converse.plugins.add('converse-emoji-views', {
events: {
'click .emoji-picker__header li.emoji-category': 'chooseCategory',
'click .emoji-skintone-picker li.emoji-skintone': 'chooseSkinTone',
'click .toggle-smiley ul.emoji-picker li': 'insertEmoji',
'click .insert-emoji': 'insertEmoji',
'keydown .emoji-search': 'onKeyDown'
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment