mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
emoji_map: Convert from id to class.
Since it can present in multiple elements, we use it as a class.
This commit is contained in:
@@ -700,7 +700,7 @@ export function register_click_handlers() {
|
||||
hide_emoji_popover();
|
||||
});
|
||||
|
||||
$("body").on("click", "#emoji_map", function (e) {
|
||||
$("body").on("click", ".emoji_map", function (e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
// The data-message-id attribute is only present in the emoji icon present in
|
||||
|
||||
Reference in New Issue
Block a user