mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
reactions: Fix missing preventDefault in actions handler.
This commit is contained in:
@@ -374,6 +374,7 @@ exports.register_click_handlers = function () {
|
||||
|
||||
$("body").on("click", ".actions_popover .reaction_button", function (e) {
|
||||
var msgid = $(e.currentTarget).data('msgid');
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
// HACK: Because we need the popover to be based off an
|
||||
// element that definitely exists in the page even if the
|
||||
|
||||
Reference in New Issue
Block a user