mirror of https://github.com/zulip/zulip.git
emoji_picker: Remove unused parameter to toggle_emoji_reaction.
This has been unused since it was introduced in 5bb10036b57bca36d531a74e8b03188d43ec7862; presumably leftover from a previous version of the original PR.
This commit is contained in:
parent
a7b3dbfdd7
commit
eee7c8a436
|
@ -302,7 +302,7 @@ function toggle_reaction(emoji_name, event) {
|
|||
return;
|
||||
}
|
||||
|
||||
reactions.toggle_emoji_reaction(message, emoji_name, event);
|
||||
reactions.toggle_emoji_reaction(message, emoji_name);
|
||||
|
||||
if (!event.shiftKey) {
|
||||
hide_emoji_popover();
|
||||
|
|
Loading…
Reference in New Issue