mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
emoji: Move all emoji picker logic/events into emoji_picker module.
Added emoji_picker.js to static asset pipeline.
This commit is contained in:
@@ -70,7 +70,7 @@ exports.toggle_reaction = function (message_id, emoji_name) {
|
||||
operation = 'remove';
|
||||
}
|
||||
send_reaction_ajax(message_id, emoji_name, operation);
|
||||
popovers.hide_reactions_popover();
|
||||
emoji_picker.hide_reactions_popover();
|
||||
};
|
||||
|
||||
var reaction_show_list = []; // local reaction_show_list
|
||||
|
||||
Reference in New Issue
Block a user